chore: fetch live labels at runtime in triage skill#1923
chore: fetch live labels at runtime in triage skill#1923
Conversation
Add Step 0 to fetch current repo labels via gh cli before triaging. Skill now only suggests labels that actually exist on the repo — no hardcoded list, automatically picks up new labels and renames. Also fix stale Platform: MacOS examples to macOS and replace hardcoded label examples in apply/log steps with generic placeholders.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation update to the nemoclaw-maintainer-triage skill that adds a preliminary step to fetch and validate available labels from the repository, updates label naming examples, and refactors label application commands to use dynamic placeholders instead of hard-coded values. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
nemoclaw-maintainer-triage/SKILL.md: fetches the live label list from the repo viagh label listbefore any triage workPlatform: MacOSexample references toPlatform: macOSWhy
There was no authoritative label list in the codebase. The repo is the authority. The skill should always fetch live.
🤖 Generated with Claude Code
Summary by CodeRabbit