issue-to-solution-bridge
Installation
SKILL.md
Issue-to-Solution Bridge
This skill acts as an autonomous agent that takes an Issue ID or description and drives it to completion.
Capabilities
1. Issue Interpretation
- Analyzes GitHub/Jira issue descriptions to understand requirements and reproduction steps.
- Identifies relevant files and modules to be modified.
2. Full-Cycle Orchestration
- Coordinates
codebase-mapper,test-suite-architect, andmission-controlto implement the solution, verify it with tests, and prepare a PR.
Usage
- "Solve GitHub Issue #123: 'Authentication fails on mobile devices'."
- "Interpret this feature request and implement the initial draft in a new branch."