Skip to content

Conversation

@denolfe
Copy link
Member

@denolfe denolfe commented Dec 2, 2025

Adds a new /triage slash command to streamline the GitHub issue investigation workflow. This command automates the process of validating issues, identifying code locations, and determining next steps.

Usage: /triage <issue-number-or-url>

  • Accepts issue number or URL as argument
  • Fetches issue data via gh CLI
  • Uses Explore agent for codebase investigation
  • Generates structured triage report with validity verdict, confidence level, code locations, and fix direction
  • Auto-saves findings to .claude/artifacts/triage-<issue-number>.md
  • Offers post-triage options: create failing test, generate resolution plan, or complete

@denolfe denolfe marked this pull request as ready for review December 4, 2025 21:45
@denolfe denolfe merged commit d50b60e into main Dec 8, 2025
20 checks passed
@denolfe denolfe deleted the chore/claude-triage-command branch December 8, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants