enterprise-forge

Perform adversarial code reviews with mechanical checks and contract probing.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/anotherben/claude-enterprise-skills --skill enterprise-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enterprise-forge
Source: https://github.com/anotherben/claude-enterprise-skills/tree/main/skills/enterprise-forge
Command: npx skills add https://github.com/anotherben/claude-enterprise-skills --skill enterprise-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as an automated, adversarial code reviewer, rigorously testing code against potential vulnerabilities, edge cases, and maintainability issues before it reaches production. It ensures code quality and safety through mechanical checks, contract probing, and adversarial lenses.

Core Features & Use Cases

  • Mechanical Checks: Performs automated, binary PASS/FAIL checks on imports, uncommitted files, dead exports, contract adherence, debug artifacts, tenant isolation, and concurrency.
  • Contract Probing: Tests postconditions from unexpected angles to find gaps between promises and reality.
  • Adversarial Lenses: Applies five distinct testing strategies (3AM, Delete, New Hire, Adversary, Scale) to uncover deeper design and security flaws.
  • Recycle Loop: Automatically recycles bugs by creating new postconditions, writing failing tests, and implementing fixes, ensuring continuous improvement until the code is proven innocent.
  • Use Case: After code has passed initial reviews, the enterprise-forge skill is run to perform a final, aggressive quality gate, simulating real-world attacks and edge cases to catch issues missed by standard reviews.

Quick Start

Run the enterprise-forge skill to perform an adversarial code review on the latest changes.

Frequently Asked Questions about enterprise-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is adversarial code review and how does it test for production-readiness?

Adversarial code review uses mechanical checks, contract probing, and five adversarial lenses to rigorously test code for vulnerabilities and edge cases before production. It ensures software quality by automatically generating new tests for discovered bugs until the code passes.

How do I run an automated code review to catch edge cases missed by standard checks?

You can run an automated adversarial code review to apply mechanical checks and contract probing to your latest changes. The system uses a recycle loop to automatically write failing tests for any bugs found, implementing fixes until the code is proven innocent.

Can automated testing catch security vulnerabilities and concurrency issues?

Yes, automated adversarial testing can catch security vulnerabilities and concurrency issues. It performs binary PASS/FAIL checks on tenant isolation, concurrency, and applies specific adversarial lenses like the Adversary lens to uncover deeper design and security flaws.

Does automated code review work with CI/CD pipelines as a final quality gate?

Automated adversarial code review works as a final aggressive quality gate in CI/CD pipelines. After code passes initial reviews, it simulates real-world attacks and edge cases, automatically recycling bugs by creating new postconditions and fixes to ensure continuous improvement.

What are the limitations of using a recycle loop for code quality assurance?

A limitation of using a recycle loop for code quality assurance is the potential for infinite testing cycles. To mitigate this, the system includes built-in safeguards against infinite loops, automatically stopping the bug recycling process once the code is proven innocent.