Fix comment and skills#4
Merged
Merged
Conversation
Two key improvements to the triage workflow: 1. Clone stackrox/skills repository during setup phase - Added to Phase 1a setup alongside stackrox/stackrox - Makes reusable skills available (rhacs-patch-eval, etc.) - Updated reference/constants.md with skills repo path 2. Comment on ALL issues when --comment flag is used - Previously: only commented on issues with confidence ≥70-80% - Now: comments on all triaged issues regardless of confidence - Low confidence (<80%) issues get⚠️ warning for manual review - Ensures all triaged issues receive analysis feedback Updated files: - .claude/commands/triage.md: Phase 1a and Phase 7 updated - .claude/commands/comment-issues.md: Removed confidence filtering - CLAUDE.md: Updated command descriptions - README.md: Updated workflow phases - reference/constants.md: Added skills repository path This ensures teams see triage analysis on all issues, not just high-confidence ones, improving visibility of the automated process. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Code quality improvements from /simplify review: 1. Add low confidence warning threshold to constants - Defined 80% threshold in reference/constants.md - Removed magic number from multiple locations 2. Remove redundant behavior description - Consolidated --comment flag behavior into options list - Eliminated duplicate explanation 3. Remove deprecated field documentation - Removed vuln_analysis.component (marked deprecated) - Use language + package_name instead Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
mtodor
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhance ACS Triage Workflow: Skills Integration and Comprehensive Commenting
Summary
Two improvements to the ACS triage workflow to increase visibility and leverage reusable skills:
triaged issues with low-confidence warnings
Motivation
Skills Repository Integration
The stackrox/skills repository contains specialized analysis tools (like
rhacs-patch-evalfor VEX analysis) that can improve triageaccuracy. By cloning this repo during setup, the workflow can leverage these skills on-demand.
Comprehensive Commenting
The previous behavior of only commenting on high-confidence issues meant that low-confidence assignments were invisible to teams in JIRA.
This created a gap where automated triage analysis existed but wasn't shared. Teams now see analysis for all issues, with clear warnings when
confidence is low.