gh-pr-merge-emergency
Emergency-merge a GitHub PR by bypassing branch-protection approval requirements via admin override, while forcing an audit trail: a reason comment on the PR and a follow-up incident issue for later retro. Use when the user runs /gh-pr-merge-emergency, /gh:pr-merge-emergency, or asks "긴급 머지", "주말 핫픽스 머지", "approval 없이 머지", "admin bypass merge". NOT a replacement for normal review — the skill actively blocks overuse by requiring a written reason and creating a post-merge issue. Required CI must still pass; conflicts still stop the merge. Accepts `-h`/`--help`/`help` to print usage. Project-agnostic; works in any repo where the caller has admin/merge permission.
Repository SourceNeeds Review
skill-refactor
Refactor a SKILL.md that is too long or lacks Progressive Disclosure structure. Shrinks the body to under 100 lines by extracting detail into references/ files. Use when the user says "my skill is too long", "refactor my skill", "apply progressive disclosure to my skill", "slim down my SKILL.md", "/skill:refactor", or after /skill:check reports FAIL/WARN. Distinct from skill:check (audit only).
Repository SourceNeeds Review
skill-check
Audit a SKILL.md for structure and UX quality — checks line count, progressive disclosure, frontmatter, references usage, output format, help flag pattern, step structure, options docs, verdict output, and next-action hints. Use when the user says "check my skill", "audit my skill", "does this skill follow best practices?", "/skill:check". Reports PASS/WARN/FAIL/N/A per criterion with concrete fixes. Do NOT use for AGENTS.md or CLAUDE.md files — use agents-md:check or claude-md-check instead.
Repository SourceNeeds Review
agents-md-check
Audit an existing AGENTS.md file for compliance with project documentation standards. Use when the user asks to check, validate, review, or audit an AGENTS.md file — including "is my AGENTS.md good?", "check my context file", "does this follow standards?", or "/agents-md:check". Reports pass/fail/warn per criterion with concrete improvement suggestions. Do NOT use for CLAUDE.md orchestrator files — use claude-md:check instead.
Repository SourceNeeds Review