Learn your team's review patterns from PR history, project guidelines (.cursorrules, CLAUDE.md), and coding conventions to generate custom CodeAnt review rules in .codeant/review.json
Find the pull request for the current branch, fetch all unresolved CodeAnt AI review comments, validate each code suggestion against surrounding context, and apply only safe, minimal fixes
Find the pull request for the current branch, locate the CodeAnt CI/CD Quality Gate comment, parse the failures (SAST, Secrets, Duplicate Code, SCA, IAC), and apply safe, minimal fixes for each one
Run a CodeAnt AI code review on local changes (uncommitted, staged, last commit, or against a branch), present findings, and apply safe minimal fixes for all issues
Fetch the top 10 anti-patterns scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-powered code review and PR comment resolution — integrated into your AI coding workflow.
/plugin marketplace add CodeAnt-AI/skills
/plugin install codeant
That's it. You now have access to:
| Command | Description |
|---|---|
/codeant-resolve-pr-comments | Fetch all unaddressed CodeAnt review comments on a PR and fix them |
/codeant-review | Run a CodeAnt code review on local changes and fix all issues |
/codeant-implement-repo-learnings | Learn team review patterns from PR history and guidelines, generate custom rules in .codeant/review.json |
/codeant-scans-sast | Fetch top 10 SAST findings on the current branch and fix them |
/codeant-scans-secrets | Fetch top 10 secrets findings on the current branch and fix them |
/codeant-scans-dead-code | Fetch top 10 dead code findings on the current branch and fix them |
/codeant-scans-anti-patterns | Fetch top 10 anti-pattern findings on the current branch and fix them |
/codeant-scans-docstring | Fetch top 10 docstring findings on the current branch and fix them |
/codeant-scans-complex-functions | Fetch top 10 complex function findings on the current branch and fix them |
> /codeant-resolve-pr-comments 42
> /codeant-resolve-pr-comments
> /codeant-review
> /codeant-review staged files only
> /codeant-review last commit
> /codeant-implement-repo-learnings
The /codeant-resolve-pr-comments command enables a full auto-fix loop:
The /codeant-review command reviews and fixes your local changes:
Run these commands from your project root:
mkdir -p .cursor/skills
git clone https://github.com/CodeAnt-AI/skills.git /tmp/codeant-skills
cp -r /tmp/codeant-skills/cursor/skills/* .cursor/skills/
rm -rf /tmp/codeant-skills
This installs three skills:
| Slash Command | Description |
|---|---|
/codeant-review | Run a CodeAnt code review on local changes and fix all issues |
/codeant-resolve-pr-comments | Fetch unresolved CodeAnt review comments on a PR and fix them |
/codeant-implement-repo-learnings | Learn team review patterns and generate custom rules |
/codeant-scans-sast | Fetch top 10 SAST findings on the current branch and fix them |
/codeant-scans-secrets | Fetch top 10 secrets findings on the current branch and fix them |
/codeant-scans-dead-code | Fetch top 10 dead code findings on the current branch and fix them |
/codeant-scans-anti-patterns | Fetch top 10 anti-pattern findings on the current branch and fix them |
/codeant-scans-docstring | Fetch top 10 docstring findings on the current branch and fix them |
/codeant-scans-complex-functions | Fetch top 10 complex function findings on the current branch and fix them |
Then use slash commands or ask Cursor naturally:
> /codeant-review
> /codeant-resolve-pr-comments 42
> Review my changes with CodeAnt
> Fix all unaddressed CodeAnt comments on my current PR
> /codeant-implement-repo-learnings
mkdir -p .cursor/rules
git clone https://github.com/CodeAnt-AI/skills.git /tmp/codeant-skills
cp /tmp/codeant-skills/cursor/codeant.mdc .cursor/rules/
rm -rf /tmp/codeant-skills
Then ask Cursor naturally:
Review my changes with CodeAnt
Fix all unaddressed CodeAnt comments on PR #42
Note: The legacy .mdc rule does not include the codeant-implement-repo-learnings skill or the verdict system. We recommend migrating to the Skills format.
npm install -g codeant-cli
codeant login
codeant set-token github <your-token>
npx claudepluginhub codeant-ai/skills --plugin codeantCodeAnt AI MCP server inside Claude Code — org-wide secret triage, cross-repo SAST/SCA findings, on-demand scans, and local PR review.
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Review pull requests with structured analysis and approve with confidence
AI-powered code review in Claude Code, powered by CodeRabbit
Shift-left code review skills that bring Qodo's quality standards and code review capabilities into your local development workflow. Catch issues before commit, enforce organizational standards, and resolve PR feedback directly in your agent.
使用多個專門代理進行自動化程式碼審查,配備基於置信度的評分系統以過濾誤報
this is to analyze the PRs and solve the requested changes in them