CheatSheetSeries PR #2265 — AIコントリビューターガイドライン(AGENTS.md)とメンテナーPRレビューツールの追加

CheatSheetSeries PR #2265 — AIコントリビューターガイドライン(AGENTS.md)とメンテナーPRレビューツールの追加

概要

OWASP CheatSheetSeriesリポジトリにおいて、mackowskiによるPR #2265がオープンされた。メンテナー間で議論されていたAI生成PR(slop/AI-PR)のバックログに対処するため、以下の2つの仕組みを導入する:

2. メンテナーレビューワークフロー — /review-cheatsheet-pr コマンド

変更対象ファイル

ファイル 追加/削除 内容
AGENTS.md +101 AIコントリビューター向けガードレール
CLAUDE.md +9 AGENTS.mdのインポート
.claude/agents/cheatsheet-security-reviewer.md +45 セキュリティレビュアーエージェント
.claude/agents/cheatsheet-practicality-reviewer.md +44 実用性レビュアーエージェント
.claude/agents/cheatsheet-link-auditor.md +47 リンク監査エージェント
.claude/agents/cheatsheet-duplication-checker.md +45 重複チェックエージェント
.claude/agents/cheatsheet-language-reviewer.md +47 言語レビュアーエージェント
.claude/commands/review-cheatsheet-pr.md +106 レビューコマンド定義
.gitignore +6/-2 更新
.markdownlintignore +4 追加

セキュリティ的意義

PR本文(抜粋)

Introduces two things to help with the slop/AI-PR backlog discussed among maintainers:

  1. AI contributor guardrailsAGENTS.md as the single source of truth for every AI tool used in this repo
  2. Maintainer review workflow/review-cheatsheet-pr <PR#> that fans out five specialized reviewers in parallel

評価