Reviews code changes from a completed task implementation for correctness, completeness, and simplicity. Use when asked to "review implementation", "review task code", "code review", "verify implementation", or after completing an issue implementation.
View on GitHublangadventurellc/claude-marketplace
task-trellis
plugins/task-trellis/skills/issue-implementation-review/SKILL.md
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/langadventurellc/claude-marketplace/blob/main/plugins/task-trellis/skills/issue-implementation-review/SKILL.md -a claude-code --skill issue-implementation-reviewInstallation paths:
.claude/skills/issue-implementation-review/# Issue Implementation Review Review the code changes from a completed task implementation to verify correctness, completeness, and adherence to simplicity principles. ## Goal Provide a thorough code review of task implementation changes, ensuring the code correctly and completely solves the issue without over-engineering. ## Required Inputs - **Task ID**: The Trellis task ID that was implemented (e.g., "T-add-user-validation") - **Additional Context** (optional): Any decisions or constraints from implementation ## When You Need Clarification This skill runs as a subagent and cannot ask the user questions directly. If you encounter situations where clarification is needed before proceeding effectively, **return early** with: 1. **Questions**: List each question that needs to be answered 2. **Context Collected**: Summarize what you've learned so far (task details, files examined, findings to date) 3. **Instructions for Caller**: Tell the caller to: - Get answers to the listed questions from the user - Re-invoke this skill with the original inputs plus the answers ### Example Early Return Format ``` ## Clarification Needed I need additional information before I can complete this review effectively. ### Questions 1. [First question that needs an answer] 2. [Second question if applicable] ### Context Collected So Far - **Task**: [Task ID and title if retrieved] - **Files Identified**: [List of files found] - **Preliminary Findings**: [Any observations made before hitting the blocker] ### Next Steps To continue this review: 1. Get answers to the questions above from the user 2. Re-run this skill with: `/issue-implementation-review [Task ID] --context "[answers and any additional context]"` ``` ### When to Return Early - Task ID is missing or invalid - Multiple tasks match ambiguous criteria - Implementation approach is unclear and critical to the review - You find conflicting requirements that need human judgment ## Review Process ### 1. Gather Is