issue-validate

Audit GitHub issues for title, labels, milestone, and body conformance.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill issue-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/issue-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill issue-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issues often lack consistent structure: titles, labels, milestones, and descriptions may be missing or misaligned with project standards, slowing triage and enforcement. This Skill automates auditing issues to ensure compliance before closure or milestone validation.

Core Features & Use Cases

  • Validate issue title against predefined standards.
  • Check required labels and milestone presence for the target milestone.
  • Audit multiple issues across repositories or a single milestone to surface non-compliant items.

Quick Start

Run /issue-validate 42 to audit issue 42 for proper title, labels, milestone, and description.

Frequently Asked Questions about issue-validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit GitHub issues for compliance with project standards?

To audit GitHub issues for compliance, you can use the /issue-validate command to verify issue titles, labels, milestones, and body content against predefined SSOT guidelines before triage or closure.

What does checking GitHub issue title, labels, and milestone presence involve?

Checking GitHub issue title, labels, and milestone presence involves validating these specific fields against project SSOT guidelines to ensure required metadata is correctly assigned during issue triage.

Can I validate multiple GitHub issues across a repository at once?

Yes, you can validate multiple GitHub issues across a repository by running the /issue-validate command with the --all option to surface all non-compliant items in a single audit.

How do I check all GitHub issues within a specific milestone for standard compliance?

To check all GitHub issues within a specific milestone for standard compliance, run /issue-validate with the --milestone option to audit required labels, titles, and body descriptions for that target milestone.

Do I need any external dependencies to automate GitHub issue validation?

No external dependencies are required to automate GitHub issue validation, as this Skill operates independently to audit issue titles, labels, milestones, and bodies against your project's SSOT guidelines.