with one click
execution-report
Document what was implemented vs planned
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Document what was implemented vs planned
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Scan project, then generate or reconcile .primeignore patterns for smarter /prime loading
Run WCAG accessibility audits on frontend projects. Checks HTML semantics, ARIA usage, color contrast, and keyboard navigation patterns.
Generate OpenAPI specs from code, validate API contracts, and check for breaking changes between versions.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Incrementally fix TypeScript and build errors one at a time with verification. Invokes the build-error-resolver agent.
Create or verify a checkpoint in your workflow
| name | execution-report |
| description | Document what was implemented vs planned |
| argument-hint | [plan-file] |
Document what was actually implemented compared to the plan, including any divergences and reasons.
Provide the plan file that was executed: $ARGUMENTS
Create a report in .claude/code-reviews/YYYY-MM-DD-[feature-name]-execution.md
Plan Executed: [path to plan file] Date: [YYYY-MM-DD] Feature: [feature name]
Summary: [2-3 sentence summary of what was built]
List all tasks from the plan with status:
- [x] Task 1: Create database schema
- [x] Task 2: Implement API endpoints
- [x] Task 3: Add unit tests
- [ ] Task 4: Add integration tests (skipped - see divergences)
- src/models/user.py (234 lines)
- src/routes/auth.py (189 lines)
- tests/test_auth.py (156 lines)
- src/main.py (added router registration, +15 lines)
- src/database.py (added new table, +8 lines)
Syntax & Style:
$ ruff check .
All checks passed!
Unit Tests:
$ pytest tests/ -v
======================== 24 passed in 2.31s ========================
Coverage:
$ pytest --cov=src --cov-report=term
TOTAL coverage: 87%
Document any differences between plan and implementation:
Planned: [What the plan specified]
Actually Implemented: [What was done instead]
Reason: [Why the divergence occurred]
Classification: Justified | Problematic
Examples:
Challenge 1: [Description]
Unit Tests:
Integration Tests:
Manual Testing:
From the plan, review each acceptance criterion:
Overall: X/Y criteria met
If feature is incomplete:
If feature is complete:
What worked well:
What could be improved:
After creating the report: