plugins marketplace
← All plugins

audit-project

v3.7.2

Multi-agent iterative code review until zero issues remain

Claude Code

by Avi FeneshMIT1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is audit-project/ inside the repository.

Layout

audit-project/
└── .claude-plugin/plugin.json

Manifests1

audit-project/.claude-plugin/plugin.json
{
  "name": "audit-project",
  "version": "3.7.2",
  "description": "Multi-agent iterative code review until zero issues remain",
  "author": {
    "name": "Avi Fenesh",
    "email": "[email protected]",
    "url": "https://github.com/avifenesh"
  },
  "homepage": "https://github.com/avifenesh/awesome-slash#audit-project",
  "repository": "https://github.com/avifenesh/awesome-slash",
  "license": "MIT",
  "keywords": [
    "code-review",
    "quality",
    "multi-agent",
    "framework-specific",
    "iterative"
  ]
}