Verify code quality and types
qfcommandsetup L1★37
TheAstrelo/Claude-Pipeline ↗What it does
Verify code quality against project standards
Best for
Gate code commits and PRs by enforcing type safety, linting, and RDO-specific conventions (database, auth, MUI Grid v2) before review.
Inputs
- · changed files list from build-report.md
Outputs
- · type check result (tsc)
- · lint result (eslint)
- · convention compliance checklist
- · issues found with file:line references
Requires
- · tsc (TypeScript)
- · eslint
- · project configuration
Preconditions
- · TypeScript project setup
- · eslint configured
- · build-report.md exists
- · dependencies installed
Failure modes
- · type errors block pass (tsc fails)
- · lint errors block pass (eslint fails)
- · convention not found in codebase (info only)
- · missing convention definition
Trust signals
- · automated type and lint checks
- · convention checklist with pass/fail per rule
- · gate in QA pipeline (/denoise → /qf → /qb → /qd)