NO-ISSUE: Claude Agent for analyzing prow jobs#5800
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test test-unit |
|
@copejon hey, should you change this command ? I tried to run it using @openshift-ci-analysis <job_url_name>` |
|
/lgtm |
| @@ -0,0 +1,18 @@ | |||
| { | |||
| "permissions": { | |||
| "allow": [ | |||
There was a problem hiding this comment.
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.
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
@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. |
be7e359 to
893a6ea
Compare
|
/lgtm |
|
@ggiguash: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retitle NO-ISSUE: Claude Agent for analyzing prow jobs |
|
@copejon: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: copejon, ggiguash, kasturinarra The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@copejon: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
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: