Enhance triage skills with updated scoring, confidence, and P-scale labels#6294
Open
lauren-ciha wants to merge 20 commits intomainfrom
Open
Enhance triage skills with updated scoring, confidence, and P-scale labels#6294lauren-ciha wants to merge 20 commits intomainfrom
lauren-ciha wants to merge 20 commits intomainfrom
Conversation
guimafelipe
approved these changes
Mar 13, 2026
Contributor
guimafelipe
left a comment
There was a problem hiding this comment.
As this is a script that we use internally, I don't think any of my comments should be blocking. But maybe they will help making this overall process more maintainable and consistent.
Feel free to take them as suggestions.
.github/skills/issue-triage-report/references/scoring-algorithm.md
Outdated
Show resolved
Hide resolved
.github/skills/triage-meeting-prep/scripts/Get-IssueDetails.ps1
Outdated
Show resolved
Hide resolved
ssparach
reviewed
Mar 17, 2026
.github/skills/issue-triage-report/references/scoring-algorithm.md
Outdated
Show resolved
Hide resolved
ssparach
reviewed
Mar 17, 2026
.github/skills/triage-meeting-prep/scripts/Get-IssueDetails.ps1
Outdated
Show resolved
Hide resolved
ssparach
reviewed
Mar 17, 2026
.github/skills/triage-meeting-prep/scripts/Get-IssueDetails.ps1
Outdated
Show resolved
Hide resolved
1fcc9b3 to
c0833b4
Compare
…abels
Scoring System:
- New weights: reactions=30%, age=30%, comments=30%, severity=10%
- P-scale severity labels: P0=critical, P1=high, P2=medium, P3=low
- Confidence scoring with grep-friendly [confidence:XX] format (0-100)
Label Consolidation:
- Merged Hot + Popular into Popular (>=5 reactions threshold)
Contact Schema:
- Simplified from {primary, secondary} to single {contact} field
- Removed legacy schema backward compatibility
Area Suggestions:
- Get-IssueDetails.ps1 dynamically fetches area labels via Get-RepositoryLabels.ps1
- area-Notifications covers all notification types (toast, badge, push, wns)
- Fixed area-PowerManagement naming
Documentation:
- Added PowerShell examples alongside Bash for confidence filtering
- Updated all SKILL.md files with new configuration details
…onfig.json for severity labels
… fails fast on errors
…script handle human-readable formatting
…s the source of truth
25e581c to
763cff9
Compare
- Add RawUpdateAgeDays to Get-IssueScore (computed from updatedAt) - Require comments >= trending_comments AND updated within trending_days in both Get-HighlightLabels (ReportLib) and Get-DetailedIssueScore - Fix scoring-algorithm.md: comments >= 5 -> >= 10, add trending_days to highlight table and thresholds reference - Add missing trending_days to SKILL.md config example
Scottj1s
reviewed
Mar 30, 2026
| | 3-5 | 6 | | ||
| | 6-10 | 10 | | ||
| | 11+ | 15 | | ||
| The same 20/25/40/50/67/75/80/100% bracket pattern applies to `age` and `comments`. Changing the weight value scales all brackets proportionally. |
Member
There was a problem hiding this comment.
what bracket pattern is this referring to? doesn't appear to align with the reactions table. I think maintaining explicit tables for age, comments is best.
Scottj1s
reviewed
Mar 30, 2026
Scottj1s
reviewed
Mar 30, 2026
Member
There was a problem hiding this comment.
any reason this isn't part of ReportLib.ps1?
Scottj1s
reviewed
Mar 30, 2026
… System.Management.Automation.InvocationInfo.MyCommand.Path
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.
This PR builds upon the issue-triage and feature-area-report skills.
The key changes are:
Validate-FeatureAreaReport.ps1that checks the report against the live GitHub label data usingghcli