Verifies Trellis issues against original requirements for completeness, correctness, and appropriate scope. Use when asked to "verify issue", "validate trellis issue", "check issue completeness", or "review created issue".
View on GitHublangadventurellc/claude-marketplace
task-trellis
plugins/task-trellis/skills/issue-creation-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-creation-review/SKILL.md -a claude-code --skill issue-creation-reviewInstallation paths:
.claude/skills/issue-creation-review/# Issue Creation Review Verify that a created Trellis issue accurately reflects original requirements without over-engineering or missing critical elements. ## Required Inputs - **Original Requirements**: The initial request or specifications - **Created Issue**: The issue ID or full issue details - **Additional Context** (optional): Clarifications or decisions made during creation ## Handling Missing Information **This skill runs as a sub-agent and cannot ask questions directly.** If required inputs are missing or unclear, you must return a structured response requesting clarification instead of proceeding with assumptions. When information is missing or ambiguous, return the following structure: ``` ## Clarification Needed ### Questions 1. [Specific question about missing/unclear information] 2. [Additional questions as needed] ### Context Collected So Far - [Summary of what you've already determined] - [Relevant codebase findings] - [Partial analysis completed] ### Instructions for Caller 1. Gather answers to the questions above from the user 2. Re-invoke this skill with the original inputs plus the following additional context: - Answers to questions: [list the questions by number] - Previously collected context: [reference this section] ``` **Do not make assumptions** about requirements, scope decisions, or implementation details when critical information is missing. ## Verification Process ### 1. Research Codebase Context Before evaluating, investigate the existing system: - Search for similar implementations to verify consistency - Check architectural patterns used in the codebase - Identify existing utilities/libraries that should be leveraged - Verify integration points mentioned are valid ### 2. Completeness Check Verify all required elements are present. **Common to all issue types:** - All functional requirements from input are addressed - Acceptance criteria are measurable and complete - Dependencies/integration points are ident