issy
v0.4.0
Published
AI-native issue tracking. Markdown files in .issues/, managed by your coding assistant.
Readme
issy
AI-native issue tracking. Tell your coding assistant what to track — it handles the rest.
Issues are stored as markdown files in .issues/, committed with your code.
Install the Skill
npx skills add miketromba/issyYour AI assistant can now create, search, update, and close issues through natural language.
Manual Usage
Web UI
npx issyOpens a local UI at http://localhost:1554.
CLI
issy init # Create .issues/ directory
issy init --seed # Create with a welcome issue
issy list # List open issues
issy search "auth" # Fuzzy search
issy read 0001 # View issue
issy create --title "Bug" # Create issue
issy close 0001 # Close issueRun issy help for full options.
Monorepo Support
issy walks up from the current directory to find an existing .issues/ folder, so you can run it from any subdirectory.
Configuration
| Variable | Description | Default |
|----------|-------------|---------|
| ISSUES_DIR | Issues directory path | ./.issues |
| ISSUES_PORT | UI server port | 1554 |
License
MIT
