Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
haowjy avatar

Reviewing

  • 1 installs
  • 19 repo stars
  • Updated March 1, 2026
  • haowjy/orchestrate

Reviews code against curated project rules and reference files, flagging all violations across correctness, security, and conventions.

About

Audits files against loaded reference rules and project instruction files, categorizing findings into correctness, security, reliability, architecture, dead code, and conventions. A developer uses it to review changes and generate a grouped cleanup report.

  • Loads references/general.md plus per-directory rule files
  • Reports issues grouped by category with fix suggestions

Reviewing by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #984 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/haowjy/orchestrate --skill reviewing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars19
Last updatedMarch 1, 2026
Repositoryhaowjy/orchestrate

What it does

Reviews code against curated project rules and reference files, flagging all violations across correctness, security, and conventions.

Files

SKILL.mdMarkdownGitHub ↗

Code Review

Review code against curated project rules and flag all violations found — not just things introduced by recent changes.

Rules Loading

1. Always load references/general.md 2. Read project instruction filesCLAUDE.md or AGENTS.md at repo root, plus stack-specific files relevant to the scope. 3. Load matching reference files — if references/<dir>.md exists for a top-level directory in scope, load it.

Categories

1. Correctness — logic errors, edge cases, off-by-one 2. Security — hardcoded secrets, injection risks, missing auth checks 3. Reliability — error handling, race conditions, resource cleanup 4. Architecture — SOLID violations, import boundaries, coupling 5. Dead code & Complexity — unused code/imports, premature abstractions 6. Project conventions — violations of loaded rule files

Output

Produce a report grouped by category. For each issue: file, location, what's wrong, why, and suggested fix.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.