tech-writing-linter
Lint technical documentation for style, consistency, and readability
Lint technical documentation for style, consistency, and readability
Automated technical writing style and quality enforcement. Lint documentation with Vale, check for inclusive language, enforce style guides, and analyze readability metrics.
Check color contrast ratios for WCAG compliance
Validate design system compliance in code and detect token usage violations
TypeScript configuration, strict mode, generics, and type utilities.
Set up babysitter for yourself. Guides you through onboarding — installs dependencies, interviews you about your specialties and preferences, builds your user profile, and configures the best tools for your workflow.
Read open review comments and resolve them by making code fixes
Read open review comments and resolve them by making code fixes
Generate and validate issue trees for structured problem solving with MECE validation
Generate UAT test cases from requirements and acceptance criteria with traceability
Evidence requirement enforcement ensuring all claims are backed by logs, test results, or exit codes. Zero = success, non-zero = failure. No guessing allowed.
PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.
Red-Green-Refactor TDD methodology with mandatory failing tests, minimal implementation, quality refactoring, and 80% coverage gating.
Automated test validation, coverage checking, and quality metrics with aggressive defaults
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
Test-first development practice where test specifications are written before production code, integrated into plan tasks as mandatory first sub-steps.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
Simulate realistic coding interview experience
Generate comprehensive test cases including edge cases, stress tests, and counter-examples for algorithm correctness verification. Supports random generation, constraint-based generation, and brute force oracle comparison.
Generate BATS test structure and fixtures for shell script testing with setup/teardown, assertions, and mocking.
Set up E2E test harness for CLI applications with process spawning and assertions.