Skip to content

Releases: AaronZ345/codebase-argus

v0.1.0 - Codebase Argus

10 May 15:39

Choose a tag to compare

First public Codebase Argus cut.

Highlights:

  • Review GitHub PRs from owner/repo#123 or a PR URL.
  • Pull failing GitHub Actions logs into the same review pipeline.
  • Run a multi-agent tribunal across API providers and local AI CLIs.
  • Check downstream fork sync risk with git merge-tree, temporary rebase simulation, git cherry, and range-diff.
  • Generate a GitHub App manifest and use /argus PR comment commands.
  • Ship a portable OpenClaw/ClawHub-ready skill entrypoint in skills/codebase-argus/.
  • Ship a Claude Code plugin marketplace in .claude-plugin/.
  • Licensed under MIT.

Try it:

npm install
npm run argus -- review owner/repo#123
npm run argus -- downstream owner/upstream me/fork

Claude Code plugin marketplace:

/plugin marketplace add AaronZ345/codebase-argus
/plugin install codebase-argus@codebase-argus

ClawHub publish prep:

clawhub skill publish skills/codebase-argus \
  --slug codebase-argus \
  --name "Codebase Argus" \
  --version 0.1.0 \
  --tags latest,code-review,pull-request,ci,multi-agent,fork-sync

Live demo: https://aaronz345.github.io/codebase-argus/