-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(skills): Improve triage-issue skill (fix false-positives, check changelog, model) #21257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,7 @@ jobs: | |
| Do NOT use `python3 -c` or other inline Python in Bash, only the provided scripts are allowed. | ||
| Do NOT attempt to delete (`rm`) temporary files you create. | ||
| claude_args: | | ||
| --model claude-opus-4-8 | ||
| --max-turns 50 --allowedTools "Write,Bash(gh api *),Bash(gh pr list *),Bash(npm info *),Bash(npm ls *),Bash(python3 .claude/skills/triage-issue/scripts/post_linear_comment.py *),Bash(python3 .claude/skills/triage-issue/scripts/parse_gh_issues.py *),Bash(python3 .claude/skills/triage-issue/scripts/detect_prompt_injection.py *),Bash(python3 .claude/skills/triage-issue/scripts/write_job_summary.py *)" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixAdd Prompt for AI AgentAlso affects:
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The skill can use the |
||
|
|
||
| - name: Post triage job summary | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: The
triage-issueworkflow is missingBash(grep *)andBash(head *)in itsallowedToolslist, but theSKILL.mdinstructs the agent to use these commands for changelog investigation.Severity: HIGH
Suggested Fix
Add
Bash(grep *)andBash(head *)to theallowedToolslist in.github/workflows/triage-issue.ymlto permit the agent to execute the commands required for the changelog check.Prompt for AI Agent
Also affects:
.agents/skills/triage-issue/SKILL.md:87~89Did we get this right? 👍 / 👎 to inform future reviews.