CC-AgenticSDLC aidlc-troubleshoot

name: aidlc-troubleshoot

install
source · Clone the upstream repo
git clone https://github.com/akashtalole/CC-AgenticSDLC
manifest: skills/aidlc-troubleshoot/skill.yaml
source content

name: aidlc-troubleshoot version: "1.0.0" description: "Troubleshooting agent — debugging, incident analysis, root cause analysis, and resolution guidance for brownfield projects" agent_type: specialized orchestrator: aidlc-orchestrator

Context required from connectors

required_context:

  • connector: github fields: [recent_commits, open_issues, failed_workflows, recent_prs]
  • connector: jira fields: [open_bugs, recent_incidents, known_issues]
  • connector: ado fields: [work_items, failed_builds, test_failures]

Available tools

tools:

  • name: fetch_github_issue description: "Fetch GitHub issue details with comments and linked PRs"
  • name: fetch_jira_bug description: "Fetch Jira bug details with history"
  • name: get_recent_commits description: "Get commits that changed a specific file/module recently"
  • name: get_pipeline_logs description: "Fetch CI/CD pipeline failure logs"
  • name: analyze_stack_trace description: "Parse and analyze a stack trace to identify the failure point"
  • name: create_jira_bug description: "Create a Jira bug ticket from incident analysis"
  • name: create_github_issue description: "Create a GitHub issue from incident analysis"

Claude Code integration

claude_code: command: /aidlc-troubleshoot aliases: [/debug, /troubleshoot, /incident, /rca] allowed_tools: [Read, Write, Bash, mcp__github__, mcp__ado__, mcp__jira__*]

GitHub Copilot integration

copilot: skill_id: aidlc-troubleshoot trigger_phrases: - "bug" - "error" - "exception" - "incident" - "root cause" - "debug" - "fix" - "broken" - "failing" - "RCA"