From engineering
Run a fallow static analysis pass on a JavaScript or TypeScript repo and synthesize a prioritized, ranked code-quality report covering changed-code risk, complexity hotspots, and architecture boundary violations. Use when the user asks "run a code quality sweep", "analyze code quality with fallow", or "what is risky in this changed code". Read-only and advisory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:code-quality-sweepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Drive the `fallow` skill over a JavaScript or TypeScript repo and turn its raw static-layer output into a single ranked findings list that the existing `code-review` and `tech-debt` skills can consume. This skill is read-only. It never edits, deletes, or commits.
Drive the fallow skill over a JavaScript or TypeScript repo and turn its raw static-layer output into a single ranked findings list that the existing code-review and tech-debt skills can consume. This skill is read-only. It never edits, deletes, or commits.
fallow:fallow. Request the free static layer: code quality, changed-code risk, complexity hotspots, architecture boundary violations, code duplication, and circular dependencies. Do not hardcode internal fallow command names; let the skill drive its own analysis.code-review skill for line-level review or the tech-debt skill for backlog scoring.A prioritized findings list, highest priority first. For each finding include:
code-review or tech-debt) should pick it up.Close with a one-paragraph summary: total findings by category, the top three to address first, and whether runtime coverage informed the ranking.
npx claudepluginhub p/henssler-financial-engineering-plugins-engineeringGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.