full-review

Analyze full-stack repositories for code quality, dead code, and accessibility issues.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Trophalaxeur/bismuth-blog --skill full-review-trophalaxeur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-review
Source: https://github.com/Trophalaxeur/bismuth-blog/tree/main/.claude/skills/full-review
Command: npx skills add https://github.com/Trophalaxeur/bismuth-blog --skill full-review-trophalaxeur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a comprehensive repository analysis, identifying dead code, unused files, bad practices, quality issues, SEO and accessibility problems, and outputs a structured report.

Core Features & Use Cases

  • Detect dead code, unused assets and architectural smells to guide targeted cleanup.
  • Generate a single, shareable Markdown report at the repository root (review-YYYY-MM-DD.md) with clickable VSCode links.
  • Provide a clear, audit-ready format that inventories blockers, important fixes, and questions for project stakeholders.

Quick Start

Execute the full-review skill to generate a root-level review file named review-YYYY-MM-DD.md.

Frequently Asked Questions about full-review

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

FAQPage Schema
How do I run a full repository audit for dead code and accessibility issues?

A repository audit identifies dead code, unused files, quality issues, SEO and accessibility problems across your codebase. It produces a structured Markdown report at the repository root, categorized into blockers, important fixes, and questions for stakeholders.

How do I generate a code review report with VSCode links for an Astro or React project?

To generate a code review report with VSCode links, run the audit skill on your full-stack project. It produces a Markdown report at the repository root containing clickable VSCode links that navigate directly to identified dead code and accessibility issues.

Can I use this repository audit tool with full-stack projects using Tailwind v4?

Yes, you can audit full-stack projects using Tailwind v4. The analysis applies to full-stack projects including Astro 6, React, and Tailwind v4, scanning for dead code, unused assets, and accessibility issues across the repository.

What is the best way to structure a code quality report for project stakeholders?

The best way to structure a code quality report for stakeholders is to categorize findings into blockers, important fixes, and a clear questions section. This audit-ready Markdown format inventories architectural smells and accessibility issues at the repository root.

Does this dead code analysis tool require any dependencies to run?

No, this dead code analysis tool requires no dependencies to run. It operates independently to scan the repository and generate a structured Markdown review file at the root, identifying unused files, assets, and architectural smells.