cross-reference-validation
Validates all documentation references - file paths, links, line numbers, code examples
Validates all documentation references - file paths, links, line numbers, code examples
Process external code review feedback systematically. Use when responding to PR comments, review feedback, or technical suggestions from reviewers.
Comprehensive code review with multi-agent analysis. Checks security, performance, maintainability, tests.
JavaScript and TypeScript coding standards, conventions, and best practices. Use when writing, reviewing, or testing JS/TS code.
Perform comprehensive Rust code quality reviews against best practices for async Rust, error handling, testing, and project structure
Ensures code quality through comprehensive checks including TDD practices, lint/test/build validation, and prevention of common mistakes. Use after completing implementations, fixing bugs, refactoring, or before committing code.
Lektoriere Workshop-Lektionen in `content/` (MDX) nach Korrektheit, Vollständigkeit, Nachvollziehbarkeit und Didaktik. Nutze bei Anfragen wie "lektoriere Abschnitt 3 in Programmieren", "lektoriere sec 2 in praesi" oder "lektoriere React Native in Apps". Liefere eine kurze Liste von Befunden mit Dateiverweisen.
PolicyEngine coding standards, formatters, CI requirements, and development best practices
Use when asked to review code, PRs, diffs, or patches for correctness, security, performance, or maintainability risk - produces a severity-ranked, location-cited review with concrete fixes, assumptions, and minimal fluff.
Review Python code ensuring strict type safety with Python 3.12+ conventions. Use when reviewing Python code, writing new Python code, or refactoring existing Python code.
Verify integrity and completeness of governance framework - checks all required files exist, are properly formatted, have current metrics, and align with each other
Format and lint GDScript files using gdscript-formatter. Use after editing GDScript files to ensure code style consistency.
Initialize or update golangci-lint configuration for Go projects with comprehensive code quality checks, static analysis, and best practices enforcement
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.
Code reviewer focusing on correctness, regressions, security, and test coverage - P0/P1/P2 severity
Run comprehensive CI checks before committing changes. Use when the user asks to run CI, run quality checks, validate code quality, or before finishing any task that involves code changes.
Format and lint code with ruff using a sub-agent
严格的 Home Assistant 集成代码审查。用于提交 PR 前的全面检查,包括 Quality Scale 规则验证、代码风格、Config Flow、测试覆盖和文档。当用户说"审查我的 HA 集成"、"检查我的代码是否符合 HA 规范"、"帮我 review 一下准备提交的代码"时触发。
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
Autonomously enforces TypeScript strict typing standards (ADR-0006)
Code review checklist for SwiftUI and Swift PRs. Use when reviewing pull requests, checking code quality, verifying Swift/SwiftUI implementations, or conducting PR reviews. Provides prioritized checklist covering state management, performance, component design, data flow, async handling, UI/UX, accessibility, security, and testing.
Create AST-based checks for evaluating generated Python code quality
Identifies and fixes code health issues during implementation - dead code, debug cruft, YAGNI violations, and duplication. Applies the "leave it better than you found it" principle. Use when auditing code health, finding dead code, reviewing technical debt, or seeking cleanup opportunities.