What problem does it solve?
Manage and persist project issues without relying on external trackers by storing issues as human-readable, version-controlled markdown files that travel with your code and are discoverable by AI assistants.
Core Features & Use Cases
- Natural language issue management: Create, read, update, list, and close issues using plain language via the issy CLI or an AI assistant.
- Roadmap ordering & prioritization: Maintain a strict roadmap order with positional flags (--first, --last, --before, --after) and required priority and type metadata.
- Verification and hooks: Encourage verification steps in issue bodies and support optional on_create/on_update/on_close hook files to surface context to agents.
- Use Case: Ask your assistant to create a high-priority bug with verification steps and the skill will add a YAML-frontmatter issue file under .issy/issues and position it correctly in the roadmap.
Quick Start
Create a bug for the login redirect issue with high priority, include verification steps, and place it after issue 0002.