skill-issue
Find out why a coding-agent skill won't fire — grade each SKILL.md A–F on activation, simulate which skill a prompt triggers, and flag collisions where one silently shadows another.
Best use case
skill-issue is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Find out why a coding-agent skill won't fire — grade each SKILL.md A–F on activation, simulate which skill a prompt triggers, and flag collisions where one silently shadows another.
Teams using skill-issue should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/skill-issue/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How skill-issue Compares
| Feature / Agent | skill-issue | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Find out why a coding-agent skill won't fire — grade each SKILL.md A–F on activation, simulate which skill a prompt triggers, and flag collisions where one silently shadows another.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# skill-issue — skill activation audit ## Overview A coding agent decides which skill to run from each skill's always-on `name` + `description`. A skill can be perfectly implemented and still never fire because its description is too vague to match how people phrase requests, or because a more specific sibling silently wins. `skill-issue` audits exactly that surface, grading each skill A–F, simulating which skill fires for a given prompt, and reporting collision clusters where one skill shadows another. ## When to Use This Skill - Use when a skill you wrote never seems to trigger and you don't know why - Use when the user says "why isn't my skill firing", "which skill fires for X", or "audit my skills" - Use after writing or installing a new SKILL.md, to confirm it will actually be picked - Use in CI to fail a PR that adds a skill with empty/duplicate/colliding metadata ## How It Works Install the CLI (`npm i -g @misha_misha/skill-issue`, `brew install mishanefedov/skill-issue/skill-issue`, or `npx @misha_misha/skill-issue`), then: ```bash skill-issue ~/.claude/skills # grade every skill A–F (+ collisions summary) skill-issue ~/.codex/skills --why "deploy to prod" # which skill fires for this prompt, and why skill-issue <dir> --collisions # clusters of skills that shadow each other skill-issue <dir> --fix # append a "Use when …" clause to weak descriptions skill-issue <dir> --json # machine-readable; exits non-zero on errors ``` Offline heuristic by default; add `--llm` to judge with a local `claude`/`codex` CLI. ## Examples ### Example 1: Audit installed skills ```bash skill-issue ~/.claude/skills # F deploy-helper ✗ no description — can never fire # C shipit ! no "use when …" trigger clause # A rollback-prod ✓ will fire on its triggers ``` ### Example 2: Diagnose a collision ```bash skill-issue ~/.claude/skills --why "deploy the app to prod" # 1. shipit 0.74 ← would fire # 2. land-deploy 0.69 (margin 0.05 — ambiguous, likely collision) ``` ## Limitations - Offline scoring is heuristic and should be treated as a triage signal, not a final quality verdict. - Collision reports highlight likely shadowing, but agent-specific routers can weight metadata differently. - The `--fix` mode can improve weak trigger wording, but generated edits still need maintainer review before committing.
Related Skills
team-collaboration-issue
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an
issues
Interact with GitHub issues - create, list, and view issues.
indexing-issue-auditor
High-level technical SEO and site architecture auditor. Invoke to scan local or live environments for indexing, crawl budget, and structural errors.
github-issue-creator
Turn error logs, screenshots, voice notes, and rough bug reports into crisp, developer-ready GitHub issues with repro steps, impact, and evidence.
create-issue-gate
Use when starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution.
zustand-store-ts
Create Zustand stores following established patterns with proper TypeScript types and middleware.
zoom-automation
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
zoho-crm-automation
Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.
zod-validation-expert
Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.
zipai-optimizer
Ultra-dense token optimizer skill for prompt caching, log pruning, AST-based inspection, and minified JSON payloads.
zeroize-audit
Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
zendesk-automation
Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas.