Our review
Prepares a handoff summary for a co-author or future session by analyzing git history and pipeline status.
Strengths
- Identifies key changes and regenerated outputs.
- Lists review items and open questions.
- Writes a structured markdown log to session_logs/.
Limitations
- Requires a git repository.
- Relies on the /status command.
- Only covers recent work.
At the end of a work session to make it easy for another person or agent to continue.
When no work was done or when a handoff summary is not required.
Security analysis
SafeThe skill only reads git logs and file modification data, and writes a summary to a specific local directory. No network, destructive, or exfiltration actions are instructed.
No concerns found
Examples
Prepare a handoff summary for today's session and save it to session_logs.Create a handoff summary of everything we've changed since the last handoff.Write a summary for my co-author covering recent commits, regenerated outputs, and open questions.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.
Create a DESIGN.md
Documentation
Generate a complete DESIGN.md file for any website or app to document design systems in a format AI agents can read.