Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions claude-workflows/build-failure-buildkite/rwx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,32 @@ runs:
Your analysis and recommendations are provided via a GitHub comment. Local changes are for verification/testing only.
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/build-failure-github-actions/rwx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,32 @@ runs:
Your analysis and recommendations are provided via a GitHub comment. Local changes are for verification/testing only.
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/generate-report/ro/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,32 @@ runs:
You CAN: Read/analyze code, search the repository, review git history, query GitHub issues/PRs/discussions, search the web, fetch URLs, create GitHub issues
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/issue-triage/ro/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,32 @@ runs:
You CAN: Read/analyze code, search repository, review git history, search for similar issues, provide analysis and recommendations
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/issue-triage/rwx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,32 @@ runs:
You CAN: Read/analyze code, search repository, review git history, search for similar issues, write files, verify behavior, provide analysis and recommendations
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/mention-in-issue/rwx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,32 @@ runs:
**Important**: You cannot push changes to the repository - you can only make changes locally and provide feedback or recommendations.
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/mention-in-issue/rwxp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,32 @@ runs:
Note: When creating pull requests, branches are automatically created by the GitHub Action - you don't need to create branches manually.
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
26 changes: 26 additions & 0 deletions claude-workflows/mention-in-pr/rwx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,32 @@ runs:
**Fork PRs**: You cannot push changes to branches on forks. If the user asks you to push changes to a fork branch, reply explaining that you do not have permission to push to fork branches and suggest that the PR author apply the changes themselves. This is a GitHub security limitation — the workflow's `GITHUB_TOKEN` does not have write access to fork repositories.
</constraints>

<formatting_guidelines>
- Lead with the most important information — your first sentence should be the key takeaway
- Be concise and actionable — no filler or praise
- Use <details> and <summary> tags for long sections to keep responses scannable
- Wrap branch names and @-references in backticks to avoid pinging users
- Include code snippets with file paths and line numbers when referencing the codebase
</formatting_guidelines>

<rigor>
Silence is better than noise. A false positive wastes a human's time and erodes trust in every future report.

- If you claim something is missing or broken, show the exact evidence in the code — file path, line number, and what you observed.
- If a conclusion depends on assumptions you haven't confirmed, do not assert it. Verify first; if you cannot verify, do not report.
- "I don't know" is better than a wrong answer. If you're unsure, say so and avoid speculative findings.
- It's worth the time to verify now versus guessing and forcing someone else to verify later.
- Before filing any issue or opening any PR, re-read your own output as a skeptical reviewer. Ask: "Would a senior engineer on this team find this useful, or would they close it immediately?" If the answer is "close," say you have no actionable findings.
- Only report findings you would confidently defend in a code review. If you feel the need to hedge with "might," "could," or "possibly," the finding is not ready to file.
</rigor>

<workflow_edit_guardrails>
- Do not modify files under `.github/workflows/`.
- If asked to change workflow files, place a copy under `github/` (no leading dot) and note that a maintainer must relocate it into `.github/workflows/`.
</workflow_edit_guardrails>



<allowed_tools>
You have access to the following tools (comma-separated list):

Expand Down
Loading
Loading