codebase-argus

仓库创建 2026年5月5日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

适合自动化审查、定位问题并规划自动修复分支的团队。

▸ 风险提示

可能运行本地 shell 与需仓库写权限,存在高权限风险

这个 Skill 做什么

面向 PR/CI 的证据驱动多智能体代码库审查与自动化修复流程作法。

把 PR、CI 失败和 GitHub Actions 日志当证据来审查代码库,能生成自动修复分支、处理上游合并/重基以及响应 /argus 命令。常用于处理持续集成故障、审查大型 PR 或管理长期 fork 同步。特别强调证据优先和多智能体协作,便于判定责任并自动化修复流程。

▸ 展开 SKILL.md 英文原文

Portable Codebase Argus agent playbook for evidence-first multi-agent review of GitHub pull requests, CI failures, GitHub Actions logs, GitHub App webhook review, /argus PR comment commands, autofix branch planning, OpenAI/Claude/Gemini/Codex provider tribunals, downstream merge/rebase work, and long-lived fork sync against an upstream repository.

开发编程代码审查CI 取证自动修复OpenClawCodexClaude Code
58
Stars
1
Forks
1
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AaronZ345/codebase-argus/main/skills/codebase-argus/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AaronZ345/codebase-argus/main/skills/codebase-argus/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codebase Argus

Use this portable agent playbook for evidence-first codebase review across
GitHub PRs, CI failures, and downstream fork integration work. It works as an
OpenClaw/ClawHub skill, Codex project instruction, Claude Code project
instruction, or a plain Markdown playbook for any coding agent that can run
local shell commands.

Both upstream and downstream workflows can send the same evidence package to one
provider or a multi-agent tribunal.

## Fast Path

From a Codebase Argus checkout:

```bash
npm install
npm run argus -- review owner/repo#123
```

For private repositories or higher GitHub API limits:

```bash
GITHUB_TOKEN=<read-only-token> npm run argus -- review owner/repo#1
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有