review-implementing
Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.
Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.
Run this after finishing edits to .ts files to catch and fix type errors in the current package and its dependents.
Verification before completion - must run verification commands before claiming done. Evidence before claims.
Generate and run mock API servers from OpenAPI specifications
Set up snapshot testing for CLI output with update workflows and diff reporting.
Generate performance review documentation and facilitate evaluation processes
Strict RED-GREEN-REFACTOR cycle enforcement. Tests are never skipped or deferred. Run mode only, never watch mode. Exit code evidence mandatory.
Multi-dimensional code review across correctness, security, performance, and maintainability with confidence-gated reporting and remediation loops.
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
Structured code quality assessment with Conventional Comments format, scaled review depth, and soft-gating verdicts preserving user autonomy.
Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.
Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.
Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not blind implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle.
Identify and verify loop invariants for correctness proofs
Generate argument validation logic with type coercion, constraints, custom validators, and helpful error messages for CLI applications.
Configure code signing for macOS and Windows binaries with notarization.
Generate Zod/JSON Schema configuration validators with defaults and error messages.
Integrate dotenv for environment variable loading with validation and type coercion.
Generate .shellcheckrc configuration with appropriate rules, exclusions, and severity settings for shell script linting.
Validate compliance during migration with rule checking, audit trails, and security control validation
Validate functional equivalence after migration with side-by-side comparison and behavioral verification
Deep static analysis of codebases for quality, complexity, and migration readiness assessment