AgentSkillsCN

issue-to-solution-bridge

全流程自动化,从问题发现到解决方案落地,贯穿整个生命周期。智能解读Bug报告或功能需求,并协同其他技能完成修复与测试。

SKILL.md
--- frontmatter
name: issue-to-solution-bridge
description: Automates the entire lifecycle from issue detection to solution. Interprets bug reports or feature requests and orchestrates other skills to implement and test the fix.
status: implemented

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, and mission-control to 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."

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.