← ClaudeAtlas

akka-reviewlisted

Review implemented code for Akka SDK best practices, and optionally against spec, plan, and constitution.
akka/ai-marketplace · ★ 6 · Code & Development · score 67
Install: claude install-skill akka/ai-marketplace
## User Input You **MUST** consider the user input before proceeding (if not empty). ## Review Modes This review supports two modes: - **Full review** (default): Reviews the entire project against Akka SDK best practices. Runs the complete checklist below. Use this when no specific feature is mentioned, or when the user explicitly asks for a project-wide review. - **Feature review**: Reviews the implementation of a specific feature against its spec, plan, and constitution, in addition to the best practices checklist. Activated when the user names a feature, or when SDD artifacts (spec, plan, tasks) exist and the user doesn't explicitly ask for a general review. ## Outline ### Steps 1-4: SDD alignment (feature review mode only) Skip these steps entirely in full review mode. 1. **Setup**: Call `akka_sdd_list_specs` to find the target feature. Load the spec, plan, tasks, and checklist. 2. **Load context**: Read the constitution using `akka_sdd_constitution`. Understand what patterns and rules must be followed. 3. **Review implementation against spec**: - Are all functional requirements implemented? - Are all acceptance criteria met? - Are there deviations from the spec? If so, are they justified? 4. **Review implementation against constitution**: - Apply project-specific principles and rules from the constitution - Check that architectural decisions align with documented rationale ### Step 5: Akka SDK best practices checklist (alway