From 1f25956a56c09e8413c2ffbfd0fc3d91677017df Mon Sep 17 00:00:00 2001 From: Test Date: Wed, 15 Apr 2026 06:17:41 +0100 Subject: [PATCH] Add AI disclaimer requirement for GitHub issue comments --- github-triage/SKILL.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/github-triage/SKILL.md b/github-triage/SKILL.md index b84e6f1..347e6b5 100644 --- a/github-triage/SKILL.md +++ b/github-triage/SKILL.md @@ -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. +## 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 - [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 - Provide a recommended answer for each question - 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: @@ -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 -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: - **ready-for-agent** — post an agent brief comment (see [AGENT-BRIEF.md](AGENT-BRIEF.md))