What problem does it solve?
Teams running agentic workflows often hand AI agents vague, stale, or blocked GitHub issues, causing wasted automation runs and misdirected work. This Skill enforces a minimum issue contract and a precondition check so only well-formed, ready work reaches planning-capable agents.
Core Features & Use Cases
- Issue Creation: Turns conversations, findings, or ideas into GitHub issues that follow the repository's own issue templates and contribution rules.
- Readiness Audit: Evaluates an existing issue against four contract elements (problem, why, outcome, acceptance) and returns a verdict of READY, NEEDS_CONTRACT_WORK, BLOCKED, or NO_ACTION.
- Precondition Checking: Inspects code and architecture to detect missing prerequisites or unlogged blockers before automation begins.
- Use Case: Before triggering an autonomous coding agent on issue #42, run an audit to confirm the issue still reflects current direction, has clear acceptance criteria, and has no hidden prerequisite work.
Quick Start
Ask the agent to check whether issue #42 is agent-ready and audit its contract before starting automation.