Commit 0712195
feat: Add Repo Guardian templates to gh-aw-adoption skill
Adds ready-to-copy Repo Guardian workflow templates to the existing
gh-aw-adoption skill, and updates SKILL.md with setup instructions.
## Changes
**New files in `.claude/skills/gh-aw-adoption/`:**
- `repo-guardian.md` — gh-aw agentic workflow template (AI agent prompt
that reviews PRs for ephemeral content: meeting notes, temp scripts,
point-in-time documents). Adapted from cybergym production workflow.
- `repo-guardian-gate.yml` — Standard GitHub Actions enforcement gate
that makes Repo Guardian a blocking CI check
**Updated `.claude/skills/gh-aw-adoption/SKILL.md`:**
- Added "Repo Guardian: Featured First Workflow" section with what it
does, template locations, and quick 4-step setup instructions
- Added `repo-guardian.md` to the Security & Compliance workflow list
## What Repo Guardian Does
Reviews every PR for ephemeral content that doesn't belong in the repo:
- Meeting notes, sprint retrospectives, status updates
- Temporary scripts (fix-thing.sh, one-off-migration.py)
- Point-in-time documents that will become stale
Two-workflow architecture:
1. repo-guardian.md: AI agent reviews PR, posts one comment (safe-outputs max:1)
2. repo-guardian-gate.yml: Enforces findings as blocking CI check
Requires COPILOT_GITHUB_TOKEN secret (PAT with read:org + repo scopes).
Override: add PR comment `repo-guardian:override <reason>`.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent d85ccfa commit 0712195
File tree
4 files changed
+45
-242
lines changed- .claude/skills
- gh-aw-adoption
- gh-aw-setup
4 files changed
+45
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
289 | 333 | | |
290 | 334 | | |
291 | 335 | | |
292 | 336 | | |
293 | 337 | | |
294 | 338 | | |
| 339 | + | |
295 | 340 | | |
296 | 341 | | |
297 | 342 | | |
| |||
File renamed without changes.
File renamed without changes.
This file was deleted.
0 commit comments