plugins/pokayokay/skills/session-review/SKILL.md
Use after completing work sessions to analyze agent behavior patterns, prepare session handoffs for continuity, document completed work, identify blockers, or preserve context for the next session.
npx skillsauth add srstomp/pokayokay session-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze agent sessions and prepare context handoffs for session continuity.
This skill serves two complementary workflows:
Review (/pokayokay:review) — Retrospective analysis:
Handoff (/pokayokay:handoff) — Forward-looking context preservation:
| Reference | Description | |-----------|-------------| | pattern-library.md | Common session patterns and their fixes | | analysis-scripts.md | Scripts for extracting session metrics | | review-report-template.md | Template for session review reports | | handoff-guide.md | Handoff state documentation, templates, ohno integration |
development
Git worktree management for isolated task development
development
Use when starting AI development sessions, resuming interrupted work, managing multi-session projects, or orchestrating work with human checkpoint control (supervised, semi-auto, auto, or unattended modes).
testing
Use before claiming work is done, fixed, passing, ready to commit, ready to PR, or ready to mark complete. Requires fresh verification evidence and explicit command output before success claims.
development
Use when designing test architecture, building API test suites, validating API contracts, setting up component or E2E testing, managing test data, debugging flaky tests, reviewing coverage strategy, or organizing test files. Covers test pyramid, mocking (MSW), frontend (React Testing Library, Playwright), and CI integration.