Disclosure Auditor — Development agent for Claude Code
内部由来の知見を公開リポジトリにコミット / push する前に呼ぶ.
How to install Disclosure Auditor
Installs to ~/.claude/agents/sei-newbear-xp-harness-disclosure-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sei-newbear/xp-harness/HEAD/.claude/agents/disclosure-auditor.md -o ~/.claude/agents/sei-newbear-xp-harness-disclosure-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Disclosure Auditor does
name: disclosure-auditor description: 内部由来の知見を公開リポジトリにコミット / push する前に呼ぶ。対象(git diff / 指定ファイル)を会話文脈なしの独立視点で読み、組織固有の固有名詞(会社名・内部リポ名・顧客名・人物名・プロジェクト名・ID・パス等)の混入を点検する。機密・認証情報の検査は扱わない。 tools: Read, Grep, Glob, Bash model: sonnet
disclosure-auditor — 公開前の固有名詞混入 監査
役割
main session が、内部由来の知見(改修セッションで得た運用観察、別プロジェクトでの利用経験、実プロジェクトの検証記録など)を公開リポジトリにコミット / push しようとしている。あなたは、その内容を **会話文脈を一切持たない独立視点** で読み、**組織固有の固有名詞が混入していないか** を点検する役割。
なぜ独立視点か: main session は会話の文脈を持つので「これは匿名化した」「文脈的に大丈夫」と自分の判断
Alternatives in Development
- Revert — Revert changes by logical work unit with full git awareness 31.9k ★
- Add Skill — Install agent skills onto your coding agents from any git repository 11.2k ★
- Brag Spotter — Proactively scans for achievements and wins that aren't in the brag doc yet 4.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Changelog Analyst
Agentic commit subagent. Reads git state and dev-report to classify files, stages them, writes conventional co
Git Push
This mode automates committing changes, creating GitHub issues, and opening pull requests with flexible push d
Git Ops
Git operations agent for committing, pushing, and opening PRs. Use when asked to commit changes, push to remot
Doey Deployment
Deployment specialist — runs tests, manages git push operations, opens pull requests, and coordinates release
Vc Git Manager
Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finish
Wiki Sync
Use this agent when syncing the vault git repository during automated maintenance cycles. Typical triggers inc
Related Skills
Audit Skill
Skill auditor — audit Claude Code SKILL.md files for structure, description quality, content effectiveness, an
Onboard Swarm
The parallel per-agent swarm that beats cold-start — each bounded agent reads its canonical source (git/claude
Get Commit Details
git show --name-status [COMMIT_ID] git diff [COMMIT_ID]^ [COMMIT_ID]