he-review

Audit code quality across two review phases before merging.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/data-players/Marker-OCR-API --skill he-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: he-review
Source: https://github.com/data-players/Marker-OCR-API/tree/main/.heracles/agents/skills/he-review
Command: npx skills add https://github.com/data-players/Marker-OCR-API --skill he-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit code quality across two review phases to catch issues early before merging.

Core Features & Use Cases

  • Phase 1: CODE_REVIEW evaluates code structure, patterns, and conformance to project constitution.
  • Phase 2: FINAL_REVIEW performs a complete audit focusing on security, performance, and documentation.
  • Use Case: Integrate this skill into a CI/CD workflow to automatically validate code before merge approvals.

Quick Start

After implementing code changes, trigger the code_review action to start the intermediate quality audit.

Frequently Asked Questions about he-review

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

FAQPage Schema
How do I automate code quality audits before merging?

Automate code quality audits by running two-phase reviews that validate naming conventions, structure, error handling, and specification compliance before generating a pass or fail verdict.

What is a two-phase code review workflow?

A two-phase code review workflow separates intermediate structure and pattern checks from final security and performance audits, catching issues early before tests and merge approvals.

Can I integrate automated code reviews into a CI/CD pipeline?

You can integrate automated code reviews into a CI/CD pipeline to validate code structure, security, and documentation against project specifications before final merge approvals.

How do I validate naming conventions and error handling in my codebase?

Validate naming conventions and error handling by triggering an intermediate code quality audit that checks structural patterns and conformance to your project's constitution.

Does a final code review check security and performance before merge?

A final code review performs a complete audit focusing specifically on security, performance, and documentation to ensure overall quality before generating a merge verdict.

What are the limitations of automated specification compliance checks?

Automated specification compliance checks focus on structural patterns and documented findings but should be paired with comprehensive testing to validate runtime behavior before merging.