axum-agents-api-review

Scan Axum code, diffs, or files against a 10-category anti-pattern checklist.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Impertio-Studio/Axum-Claude-Skill-Package --skill axum-agents-api-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axum-agents-api-review
Source: https://github.com/Impertio-Studio/Axum-Claude-Skill-Package/tree/main/skills/source/axum-agents/axum-agents-api-review
Command: npx skills add https://github.com/Impertio-Studio/Axum-Claude-Skill-Package --skill axum-agents-api-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you audit Axum services to prevent Axum-specific correctness issues, reliability hazards, and security mistakes from reaching production.

Core Features & Use Cases

  • Diff/file/codebase review orchestration: Run an Axum-focused review over an entire codebase, a diff, or a single file.
  • Deterministic, checklist-anchored detection: Detects issues via a 10-category checklist that maps to verified Axum anti-patterns.
  • Structured findings with delegated fixes: Outputs severity-classified findings that each point to the owning fix skill (so the review stays short and stays in sync).

Quick Start

Ask the agent to review a proposed Axum change by running the checklist against the target Axum version in your Cargo.toml and producing a structured report of blockers, warnings, and suggestions.

Frequently Asked Questions about axum-agents-api-review

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

FAQPage Schema
How do I review Axum code for correctness and safety before deployment?

Run an Axum API review by scanning your codebase, diff, or single file against a 10-category anti-pattern checklist. The output is a structured findings report that triages issues into blockers, warnings, and suggestions.

What is an Axum anti-pattern detection checklist?

An Axum anti-pattern detection checklist is a 10-category framework that scans API code for reliability hazards and security mistakes. It targets specific areas like auth, database access, performance paths, and shutdown behavior.

Can I run a security audit on a single Axum handler or middleware file?

Yes, you can run a targeted security audit on a single Axum file. The review applies the checklist to specific handlers, routers, middleware, or auth paths rather than requiring a full codebase scan.

How do I triage Axum code review findings by severity?

Triage Axum code review findings by assigning each detected issue a severity level of blocker, warning, or suggestion. The structured report sorts findings by severity and delegates each fix to the owning skill.

Does the Axum review process work with a specific framework version in Cargo.toml?

Yes, the Axum review process targets the specific framework version declared in your Cargo.toml. Running the checklist against your target version ensures accurate anti-pattern detection and migration checks.

What are the limitations of automated Axum API review?

The limitation of automated Axum API review is that it delegates fixes rather than implementing them, keeping the report short and in sync with owning skills. It focuses strictly on Axum-specific correctness, security, and reliability.