code-review

Validate code changes against HACER platform quality, testing, and architectural standards.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/mezivillager/hacer --skill code-review-mezivillager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/mezivillager/hacer/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/mezivillager/hacer --skill code-review-mezivillager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all code changes adhere to the HACER project's stringent standards for correctness, testing, and architectural consistency before integration.

Core Features & Use Cases

  • Automated Verification: Runs linting, unit tests, E2E tests, and build processes.
  • TDD Enforcement: Verifies adherence to the Red-Green-Refactor cycle.
  • Convention Compliance: Checks for adherence to HACER's specific coding style, state management, and resource handling guidelines.
  • Use Case: Before merging a new feature, use this skill to automatically confirm that all tests pass, the code is well-formatted, and it aligns with the project's architectural principles.

Quick Start

Run the code-review skill to verify the latest changes against project standards.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce TDD principles during a code review?

To enforce TDD principles during code review, the skill validates code changes against strict Red-Green-Refactor cycles, ensuring tests are written and verified before implementation within the HACER platform.

What does automated code quality verification check during a merge?

Automated code quality verification checks code changes by running linting, unit tests, E2E tests, and build processes to ensure correctness, architectural consistency, and compliance with project-specific coding conventions.

Can I use this skill to verify state management and component structure compliance?

Yes, you can verify state management patterns and component structure compliance, as the skill checks code changes against strict architectural conventions and resource disposal guidelines defined for the project.

How do I validate architectural consistency before integrating new features?

To validate architectural consistency before integration, run the skill to automatically confirm that code changes adhere to specific coding style, state management patterns, and resource handling guidelines.

When do I need to run linting and end-to-end tests for code changes?

You need to run linting and end-to-end tests before merging a new feature, using the skill to automatically confirm all tests pass, code is well-formatted, and architectural principles are aligned.