Audit codebase maintainability and dependencies
nuclear-reviewworkflowsetup L3★29
darkroomengineering/cc-settings ↗What it does
nuclear review workflow
Best for
Comprehensive codebase audits where structural issues must be prioritized and mapped across modules.
Inputs
- · args (object)
- · JSON schema
Outputs
- · result object
- · JSON
- · report/summary
- · verdict/recommendation
Requires
- · GitHub API
- · Claude AI
- · context7 (dependency resolver)
- · Workflow executor (parallel)
Preconditions
- · Workflow runtime configured
- · Git repository initialized
- · Claude API access
Failure modes
- · GitHub API rate limit or auth failure
- · Claude context window exceeded
- · Agent timeout or network error
- · Concurrent execution conflict
Trust signals
- · Sourced from repo: darkroomengineering/cc-settings
- · Exports canonical meta object (Workflow spec-compliant)
- · Uses JSON schema validation
- · Uses phase() boundaries for state isolation