code-review

Identify TypeScript and Effect code deviations from project guides with actionable findings.

5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/agentxm/axm --skill code-review-agentxm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/agentxm/axm/tree/main/.axm/extensions/%40axm/skills/code-review/src
Command: npx skills add https://github.com/agentxm/axm --skill code-review-agentxm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies deviations from project guides and conventions in code and PRs, providing structured feedback to improve consistency and quality.

Core Features & Use Cases

  • Guided reviews: checks TypeScript/Effect code against established guidelines and project standards.
  • Input flexibility: supports files, folders, diffs, and PR references to cover typical review scenarios.
  • Actionable findings: surfaces issues with clear remediation suggestions and severities.

Quick Start

Review a set of changed files in the current PR and return prioritized findings.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I audit TypeScript code for project convention violations in a PR?

To audit TypeScript code for project convention violations in a PR, this Skill analyzes .ts and .tsx files and diffs against your project guidelines. It loads local CLAUDE.md and AGENTS.md files to identify deviations and surfaces structured, actionable findings with remediation suggestions.

What is the best way to check Effect code against established project guidelines?

Checking Effect code against established project guidelines is handled by scanning your TypeScript files for deviations from local conventions. The Skill loads your project's specific guidance files and reports prioritized findings to ensure your Effect codebase maintains consistency and quality.

Does the code review process support reviewing folders or only individual files?

Yes, the code review process supports reviewing folders, individual files, diffs, and PR references. This input flexibility allows you to audit entire directories or specific changes across your TypeScript and Effect codebase, skipping generated or external dependencies to focus on your source.

Can I use CLAUDE.md and AGENTS.md to guide automated code reviews?

Yes, you can use CLAUDE.md and AGENTS.md to guide automated code reviews. The Skill automatically loads these local guideline files along with other project conventions to evaluate your TypeScript code and generate structured reports suitable for CLAUDE-style evaluations.

What limitations apply when auditing TypeScript files for conformance?

When auditing TypeScript files for conformance, the main limitation is that the Skill skips generated code and external dependencies. It specifically targets .ts and .tsx files within your project, ensuring findings focus exclusively on your own source code rather than third-party libraries.