Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub netresearch/claude-code-marketplace --plugin enterprise-readinessHow this command is triggered — by the user, by Claude, or both
Slash command
/enterprise-readiness:auditThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Enterprise Readiness Audit Run a comprehensive enterprise readiness assessment on the current project. ## Steps 1. **Identify project type and stack** - Detect language (Go, PHP, Python, Node.js, etc.) - Identify frameworks and key dependencies - Check for existing CI/CD configuration 2. **Security Assessment** - Check for dependency scanning (Dependabot, Renovate, Snyk) - Verify SAST tools (CodeQL, Semgrep, PHPStan) - Check for secrets detection (gitleaks, truffleHog) - Assess SLSA compliance level - Look for SBOM generation 3. **Quality Assessment** - Che...
/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/auditRuns eval harness on tests/eval/EVAL-*.md: extracts and executes bash assertions, reports PASS/FAIL/WARN summary with failure details.
/audit-ciAudits CI/CD configuration for pipeline structure, security, performance, and best practices, producing a report with severity-graded issues and recommendations.
/workspace-auditAudits workspace for architecture compliance, security posture, code quality, and operational readiness. Produces detailed reports with prioritized remediation recommendations.
/auditScans a Rust project for supply chain security gaps against CI/CD best practices, producing a structured gap analysis.
/deployment-reviewAnalyzes deployment processes, CI/CD pipelines, and release practices in codebase or specified scope (path, changes, PR), generating prioritized improvement plan as markdown report.
Share bugs, ideas, or general feedback.
Run a comprehensive enterprise readiness assessment on the current project.
Identify project type and stack
Security Assessment
Quality Assessment
CI/CD Assessment
Generate Report Use the enterprise-readiness outputStyle for the report:
## Enterprise Readiness Score: X/100
### Security (X/40)
- [ ] Dependency scanning
- [ ] SAST analysis
- [ ] Secrets detection
- [ ] SLSA Level X
### Quality (X/30)
- [ ] Test coverage >80%
- [ ] Linting enforced
- [ ] Pre-commit hooks
### CI/CD (X/30)
- [ ] Pinned action versions
- [ ] Signed releases
- [ ] Automated deployments
### Priority Actions
1. [Critical] ...
2. [High] ...
3. [Medium] ...
Provide actionable recommendations