iFixAi tools for Claude Code. Claude guides you through an independent, open-source audit of your own agent: is it doing the job it's supposed to do, given your business rules and org structure? Test any model (Anthropic, OpenAI, Gemini, Azure, Bedrock, …) graded by the judge(s) of your choice.
12k 3d agoA
tokens not measured
originalApache-2.0
Independent auditing for AI agents, open source. Claude investigates your agent, authors an iFixAi fixture from its setup, and audits it against the one question other tools skip: is it doing the job it's supposed to do, given your business rules and org structure? Adversarial depth, assurance discipline. Test any…
12k 3d agoA
tokens not measured
originalApache-2.0
Guide the user through an independent iFixAi audit of their own agent, checking whether it does the job it is supposed to do given their business rules and org structure. Prefer pointing it at the user's REAL deployed agent over its HTTP endpoint (its actual tools, retrieval, and governance) with --provider http…
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. MUST BE USED after any non-trivial change before commit. Trivial changes (single-file, no signature/contract/schema change) are exempt.
Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Language-agnostic — covers JS/TS, Python, Go, Rust, containers, IaC, CI/CD. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10…
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Language-agnostic — detects the stack and uses the matching test runner. Ensures 80%+ test coverage.