code-review

Automate code review for Python FastAPI/SQLModel and SvelteKit projects using git diff.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hhagely/job-applier --skill code-review-hhagely
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/hhagely/job-applier/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/hhagely/job-applier --skill code-review-hhagely

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, vitest, ruff, svelte-check, make, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the code review process, providing a comprehensive analysis of code changes against best practices, conventions, and safety criteria, ensuring high-quality code standards without manual effort.

Core Features & Use Cases

  • Code Review Automation: Automatically analyze changes in code repositories for adherence to best practices, architecture, and safety standards.
  • Multi-Category Analysis: Offers checks for unit tests, DRY code, architecture, error handling, correctness, documentation, database migration safety, and SvelteKit conventions.
  • Use Case: Utilize this Skill before merging a code commit to ensure all quality standards are met, or to conduct an in-depth code audit on a feature branch.

Quick Start

Perform a code review for the current branch using the command: /code-review

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for FastAPI and SvelteKit projects?

Automate code review for FastAPI and SvelteKit projects by running the /code-review command, which analyzes git diffs and uses parallel agents to check test quality, architecture, and database schema safety.

Can I use an automated code review tool to check SvelteKit frontend conventions?

Yes, automated code review can check SvelteKit frontend conventions by analyzing code changes against established safety criteria and best practices using parallel review agents.

What is the best way to review database migration safety in a Python FastAPI codebase?

Review database migration safety in a Python FastAPI codebase by running automated code review, which identifies schema safety issues and correctness errors directly from the git diff.

Does automated code review detect code duplication and missing documentation?

Yes, automated code review detects code duplication and missing documentation by performing multi-category analysis on your repository changes to ensure DRY code and proper documentation standards.

Do I need pytest and vitest installed to run automated code review on my repository?

Yes, pytest and vitest are required dependencies to execute automated code review, as the process utilizes these tools alongside ruff and svelte-check to analyze test quality and code standards.