Agent skill
summarize-work
Based on the context, write a summary of changes, what's left, production readiness, tests run, and APIs/packages used.
Install this agent skill to your Project
npx add-skill https://github.com/inline-chat/inline/tree/main/.codex/skills/summarize-work
Metadata
Additional technical details for this skill
- short description
- Summarize work so far in this session
SKILL.md
Write a summary of work you've done in this session.
High-level instructions and output format
- Review the files you've changed
- Write a list of added packages/new APIs you have used in a bullet list for a developer review and reason you used them. If there is an alternative provide a concise clause.
- Write a list of high-level product/UI/UX/features/fixes/changes. What user will see/experience in a bullet list. Think of this as a spec list.
- Write a section on what tests you've run, the confidence level for shipping this to production, and if anything is left from the original intent or work.
- Write a section on top most important 1-5 files/functions/areas for the senior developer to review. Keep this to essentials only. Include short snippets of core areas for a quick evaluation too.
- Include a list of changed files and number of lines changed/remove in another section at the bottom.
Tips
- From first section to last, go from high level/concise to deeper insights.
- If asked to do it "fast", skip re-reading files and diffs, and rely on your context.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
inline-cli
Explain and use the Inline CLI (`inline`) for authentication, chats, users, spaces, messages, search, bots, typing, notifications, tasks, schema, attachments, downloads, JSON output, and configuration. Use when asked how to use the Inline CLI or its commands, flags, outputs, or workflows.
finalize
Finalize work to prepare a commit. Clean up unnecessary debug logs, remove unused methods added, do a final review to ensure tight elegant implementation, etc.
branch-out
Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.
mo-needs-to-review?
Check if uncommitted changes are important/risky/breaking to require a review before merge/production release.
fill-context
Read changes, summarize spec and work done so far, and prepare for working on next steps.
postgres
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
Didn't find tool you were looking for?