-
Notifications
You must be signed in to change notification settings - Fork 221
NO-ISSUE add prow job analyzing claude agent #5800
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
base: main
Are you sure you want to change the base?
NO-ISSUE add prow job analyzing claude agent #5800
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test test-unit |
|
@copejon: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@copejon hey, should you change this command ? I tried to run it using @openshift-ci-analysis <job_url_name>` |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: copejon, kasturinarra The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| @@ -0,0 +1,18 @@ | |||
| { | |||
| "permissions": { | |||
| "allow": [ | |||
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.
Do these allow permissions overrride the allow-tools from other Claude commands? for example
I'd follow the approach to set permissions individually on each Claude command instead of adding global allow permissions.
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.
This PR adds an agent, so the perms have to be specified in the settings.json. That said, the settings.json doesn't override commands.
8c01b3f to
be7e359
Compare
|
New changes are detected. LGTM label has been removed. |
@kasturinarra That's my fault. The url in the description isn't for a real job. Will fix! Also, this is structured as an agent. Just passing the url to claude (as long as claude is run in the project root) is enough to trigger the agent. |
Init agent that is capable of analyzing CI failures in prow. The agent's workflow focuses on a methodical approach to failure analysis, following these steps:
To invoke the agent, pass the prow job's url to claude, e.g.
There's plenty of room for improvement here. For future contributions, consider: