issue-validate

Validate GitHub issue titles, labels, milestones, and descriptions against SSOT rules.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill issue-validate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: issue-validate
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/issue-validate
Command: npx skills add https://github.com/oogDZ/2 --skill issue-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Проверка GitHub Issue на соответствие стандарту — заголовок, метки, milestone, описание. Используй для аудита Issue, проверки перед закрытием или валидации всех Issue в milestone.

Core Features & Use Cases

  • Автоматическая валидация заголовков, меток и milestone на соответствие SSOT
  • Поддержка аудита перед закрытием или массовой валидации всех Issues в milestone
  • Примеры сценариев: аудит всех Issues в milestone или проверка конкретного Issue

Quick Start

Запустите аудит одного Issue или всех Issues в milestone командой /issue-validate [number] [--all] [--milestone <title>].

Frequently Asked Questions about issue-validate

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

FAQPage Schema
How do I validate GitHub issues against project standards?▼

To validate GitHub issues, you can check titles, labels, milestones, and descriptions against SSOT rules, ensuring consistency before closing issues or auditing a milestone.

What is the best way to audit all issues within a milestone?▼

The best way to audit all issues within a milestone is to run a validation command with the --all and --milestone flags, checking every issue against predictable defaults and project rules.

Can I check a specific GitHub issue before closing it?▼

Yes, you can check a specific GitHub issue before closing it by running the validation command with the issue number, which audits its title, labels, milestone, and description.

Does GitHub issue validation support milestone-wide checks?▼

Yes, GitHub issue validation supports milestone-wide checks by using the optional --milestone flag, allowing you to enforce title, label, and description rules across an entire milestone.

What project standards are enforced during GitHub issue validation?▼

GitHub issue validation enforces SSOT rules by checking that the issue title, labels, milestone assignment, and description content all meet the required project standards.