mirror of
https://github.com/mattpocock/skills.git
synced 2026-04-30 14:03:53 +07:00
Add AI disclaimer requirement for GitHub issue comments
This commit is contained in:
@@ -7,6 +7,14 @@ description: Triage GitHub issues through a label-based state machine with inter
|
|||||||
|
|
||||||
Triage issues in the current repo using a label-based state machine. Infer the repo from `git remote`. Use `gh` for all GitHub operations.
|
Triage issues in the current repo using a label-based state machine. Infer the repo from `git remote`. Use `gh` for all GitHub operations.
|
||||||
|
|
||||||
|
## AI Disclaimer
|
||||||
|
|
||||||
|
Every comment or issue posted to GitHub during triage **must** include the following disclaimer at the top of the comment body, before any other content:
|
||||||
|
|
||||||
|
```
|
||||||
|
> *This was generated by AI during triage.*
|
||||||
|
```
|
||||||
|
|
||||||
## Reference docs
|
## Reference docs
|
||||||
|
|
||||||
- [AGENT-BRIEF.md](AGENT-BRIEF.md) — how to write durable agent briefs
|
- [AGENT-BRIEF.md](AGENT-BRIEF.md) — how to write durable agent briefs
|
||||||
@@ -113,8 +121,6 @@ If the issue needs to be fleshed out before it's ready for an agent, interview t
|
|||||||
- Ask questions one at a time
|
- Ask questions one at a time
|
||||||
- Provide a recommended answer for each question
|
- Provide a recommended answer for each question
|
||||||
- If a question can be answered by exploring the codebase, explore the codebase instead
|
- If a question can be answered by exploring the codebase, explore the codebase instead
|
||||||
- If there are prior triage notes on this issue, resume from where you left off — never re-ask questions that were already resolved
|
|
||||||
- For bugs: use the reproduction findings to ask targeted questions ("I confirmed this happens because X — should the fix be Y or Z?")
|
|
||||||
|
|
||||||
The goal is to reach a point where you can write a complete agent brief. Keep going until you have:
|
The goal is to reach a point where you can write a complete agent brief. Keep going until you have:
|
||||||
|
|
||||||
@@ -125,8 +131,6 @@ The goal is to reach a point where you can write a complete agent brief. Keep go
|
|||||||
|
|
||||||
### Step 5: Apply the outcome
|
### Step 5: Apply the outcome
|
||||||
|
|
||||||
Before posting any comment or applying any label, show the maintainer a **preview** of exactly what will be posted and which labels will be applied/removed. Only proceed on confirmation.
|
|
||||||
|
|
||||||
Depending on the outcome:
|
Depending on the outcome:
|
||||||
|
|
||||||
- **ready-for-agent** — post an agent brief comment (see [AGENT-BRIEF.md](AGENT-BRIEF.md))
|
- **ready-for-agent** — post an agent brief comment (see [AGENT-BRIEF.md](AGENT-BRIEF.md))
|
||||||
|
|||||||
Reference in New Issue
Block a user