From linear
Validates Linear issue acceptance criteria without status changes. Checks progress with evidence from comments/changes, shows summary (e.g., 3/4 met), and suggests next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:validate - Validate acceptance criteria for a Linear issue without changing status
linear:validate - Validate acceptance criteria for a Linear issue without changing status
/validate [arguments]
Validate acceptance criteria for a Linear issue without changing status
Validate that all acceptance criteria are met for a Linear issue without transitioning status.
Usage: /validate ENG-123
Use linear_get_issue to fetch issue details and extract acceptance criteria.
Display Format:
🔍 Validating ENG-123: {title}
Current Status: {state}
Assignee: {assignee}
📋 Acceptance Criteria:
1. ✓ {criterion 1}
Evidence: {ask user or check recent comments/code changes}
2. ✓ {criterion 2}
Evidence: {ask user or check recent comments/code changes}
3. ✗ {criterion 3}
Status: Not complete
4. ✓ {criterion 4}
Evidence: {ask user or check recent comments/code changes}
Summary: 3/4 criteria met (75%)
Remaining work:
- {criterion 3}: {suggest what needs to be done}
Ready to complete? No - complete remaining criteria first.
Provide actionable feedback on what still needs to be done.
npx claudepluginhub thebushidocollective/han --plugin linearValidates Linear issue acceptance criteria via user prompts and marks complete with comment if all met; lists incompletes otherwise. Invoke via /complete ISSUE-ID.
Validates Jira ticket acceptance criteria without status changes. Checks progress via comments/code evidence, summarizes completion, and suggests remaining work. Use /validate TICKET-ID.
Reviews completed Linear sub-issues by cross-validating Done Criteria, code changes, and worker comments to approve, request changes, or ask for clarification.