Execute catalog command workflow
qualitycommandsetup L1★1
carlosamesar/framework-sdd ↗What it does
Audit code quality across dimensions (clarity, cohesion, security, patterns)
Best for
Pre-review quality checks that catch accidental hardcoded secrets, missing error handling, and structural debt before review
Inputs
- · change files (TypeScript/JavaScript)
- · module path (optional)
- · focus area (optional: security/patterns)
Outputs
- · Quality Report with dimension scores
- · critical/high/medium/low findings
- · debugging commands
Requires
- · Bash (grep, git diff)
- · Read
Preconditions
- · git working directory
- · files changed in current branch
Failure modes
- · false positives in secret detection
- · complexity metrics don't catch logic bugs
- · pattern match too strict
Trust signals
- · dimension-based review (clarity/cohesion/layers/patterns/security)
- · severities mapped to action (CRÍTICO/ALTO/MEDIO/BAJO)
- · bash commands to verify each finding