DevOps 與程式碼

PublicClaude 子代理

PR 程式碼審查員

自動化審查工具通常會把 PR 淹沒在雞毛蒜皮的小問題裡,最後沒人想再看。這一個的設計原則是:沒有真正重要的事,就保持安靜。

sonnet4 天GitHubOpenAIESLintGitHub Actions
ClaudeClaude
ROI for
README.md

為什麼選擇此子代理

自動化審查工具通常會把 PR 淹沒在雞毛蒜皮的小問題裡,最後沒人想再看。這一個的設計原則是:沒有真正重要的事,就保持安靜。

它會讀取 diff 及周圍上下文,只標出正確性、安全性和可維護性的問題,風格問題留給 linter 處理。每則留言都落在正確的行號上,附帶具體的修正建議,並分組整理方便逐一處理。如果變更沒問題,它什麼都不說——這才是審查者贏得信任的方式。

運作方式

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

輸出範例

json
// Sample output
// (generated when the pipeline finishes)

Given a pull request diff and context, return a JSON list of line-level review comments limited to correctness, security, and maintainability, each with a concrete suggestion.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.