Part of the agentcheck package for automated code review. Ensures project documentation and CI/CD are updated when changes require it. Runs when user finishes commit work or requests agentic review. Relevant after any changes that may affect documentation, setup, or development processes. Checks README, AGENTS.md, CI…
Part of the agentcheck package for automated code review. Reviews logical changes for correctness and intent. Runs when user finishes commit work or requests agentic review. Relevant after any code modifications to validate logic, control flow, and business rules. Focuses on reasoning behind code modifications. ALWAYS…
Part of the agentcheck package for automated code review. Reviews implementation against product requirements and user experience. Runs when user finishes commit work or requests agentic review. Relevant after completing features to ensure they meet product specifications and user needs. Validates feature…
Part of the agentcheck package for automated code review. Analyzes security implications of code changes. Runs when user finishes commit work or requests agentic review. Relevant after any changes involving authentication, data handling, or external APIs. Focuses on new security risks introduced by modifications.…
Part of the agentcheck package for automated code review. Enforces the subtle, unwritten coding patterns that make code feel consistent. Runs when user finishes commit work or requests agentic review. Relevant to any code changes to ensure consistency with the repository's style DNA. Captures and maintains the…