Our review
This skill generates a handoff or session summary by reviewing Git log, recent file changes, and pipeline status.
Strengths
- Automates creation of a structured handoff document
- Provides objective synthesis based on logs and history
- Highlights review items and open questions
Limitations
- Depends on quality and frequency of Git commits
- Cannot capture offline discussions or uncommitted decisions
When finishing a work session and you need a clear summary for a teammate or future continuation.
When the Git history is empty or the work is still in progress with no significant commits.
Security analysis
SafeThe skill instructs to read local git history and file modifications and write a summary to a local file; no destructive, exfiltrating, or obfuscated actions.
No concerns found
Examples
Create a handoff summary of this session, including recent changes, files modified, and pipeline status.Prepare a session report summarizing the last 7 days of work from the Git log.Prepare a co-author or future-session summary. Review: (1) Git log since the last handoff (or last 7 days if no prior handoff). (2) Any files modified recently. (3) Current pipeline status (run /status internally). Produce a plain-language summary covering: what changed, what outputs were regenerated, what to review, open questions. Write to session_logs/YYYY-MM-DD_handoff.md (create session_logs/ if needed).
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
Document Update
Documentation
Align technical documents with actual code implementation and correct documentation drift. Use when updating docs to match current behavior.