Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
ยฉ 2026 Curated Agent SkillsยทLearn more about Agent Skills
Back to repository

validate

verified

Validate acceptance criteria for a Linear issue without changing status

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

linear

Integration

Repository

TheBushidoCollective/han
74stars

plugins/services/linear/skills/validate/SKILL.md

Last Verified

February 5, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/plugins/services/linear/skills/validate/SKILL.md -a claude-code --skill validate

Installation paths:

Claude
.claude/skills/validate/
Powered by add-skill CLI

Instructions

# validate

## Name

hashi-linear:validate - Validate acceptance criteria for a Linear issue without changing status

## Synopsis

```
/validate [arguments]
```

## Description

Validate acceptance criteria for a Linear issue without changing status

## Implementation

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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1084 chars