code-review

Audit Astro, Tailwind CSS v4, and shadcn/ui codebases for architectural and configuration issues.

5|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/teamniteo/hakuto --skill code-review-teamniteo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/teamniteo/hakuto/tree/main/skills/code-review
Command: npx skills add https://github.com/teamniteo/hakuto --skill code-review-teamniteo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun.

What problem does it solve?

This skill addresses the challenge of maintaining high-performance, accessible, and consistent code standards in Astro, Tailwind CSS v4, and shadcn/ui projects by catching architectural and configuration issues before they reach production.

Core Features & Use Cases

  • Automated Audits: Validates project structure, Tailwind v4 token usage, image optimization, and Cloudflare adapter settings against project-specific rules.
  • Performance & Security: Detects critical render path bottlenecks, missing security headers, and improper third-party script loading.
  • Use Case: Run a comprehensive audit on a newly scaffolded site to ensure all image assets, font configurations, and security headers meet production-ready standards.

Quick Start

Ask the agent to perform a full code review of the current project to identify any critical issues or configuration warnings.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a static analysis code review on my Astro project?

You can run static analysis by asking the agent to perform a full code review of your current project, which evaluates single files, git-diffed changes, or entire source trees against architectural rules.

Can I audit Tailwind CSS v4 token usage and configuration?

Yes, the skill performs automated audits that validate Tailwind CSS v4 token usage and project structure against defined architectural rules, identifying token misconfigurations and code hygiene issues.

What's the best way to check for missing security headers in Astro and shadcn/ui codebases?

The best way to check for missing security headers is using an automated quality audit. This skill detects missing security headers and improper third-party script loading across Astro and shadcn/ui codebases.

Does this code review skill work with bun and Cloudflare adapter settings?

Yes, the code review skill requires bun as a dependency and specifically evaluates Cloudflare adapter settings in your Astro project to ensure configurations meet production-ready architectural standards.

Why does my Astro site have critical performance regressions in the render path?

Critical performance regressions in the render path often stem from unoptimized image assets and improper font loading. The skill detects these bottlenecks by evaluating project files against defined architectural rules.