Night Audit

Your entire codebase.
Audited overnight.

14 categories. 11 parallel agents. Auto-fixes what is safe. Reports what is not. One command.

14
Categories
11
Agents
17+
Auto-fixes
1
Command
$ /fullmoon

FULLMOON v3.0.0 Night Audit

MAP 11 repos discovered
SCAN Engineering & Correctness ... 42 findings
SCAN Security (8 CSP checks) ... 7 findings
SCAN Accessibility (WCAG 2.1) ... 19 findings
SCAN Brand & Design ... 31 findings
FIX 17 auto-fixes applied
VERIFY 0 regressions

Done. Report: fullmoon-report.html
14 Categories

Everything. Checked.

Engineering & Correctness

Dead code, unused imports, type errors, build warnings, linting violations.

Security

8 CSP checks, exposed secrets, XSS vectors, dependency vulnerabilities.

Accessibility

WCAG 2.1 AA compliance. Contrast, alt text, ARIA, keyboard nav, focus states.

Brand & Design

Color tokens, font stacks, spacing violations, logo usage, brand consistency.

UX/UI/Design

10 subsections. Layout, responsive, animation, interaction patterns, visual hierarchy.

SEO & LLM

Meta tags, structured data, llms.txt, sitemap, canonical URLs, AI discoverability.

Performance

Bundle size, lazy loading, image optimization, render blocking, Core Web Vitals.

Reliability/Ops

Error handling, logging, monitoring, deployment config, environment variables.

Testing Quality

Test coverage, flaky tests, missing edge cases, test naming, assertion quality.

Product/Business Logic

Pricing accuracy, feature flags, conversion funnels, checkout flow, analytics.

Content & Copy

Spelling, grammar, tone consistency, placeholder text, broken links.

Dependencies & Tooling

Outdated packages, unused dependencies, lockfile drift, build tool config.

Global Rules/Prompts/Skills

CLAUDE.md integrity, skill conflicts, command routing, memory consistency.

Enforcement HooksNEW

Pre/post tool hooks, brand guard, blog guard, theme ID verification.

5 Phases

MAP. SCAN. FIX. VERIFY. REPORT.

01

MAP

Discover repos, tech stacks, dependencies, and project boundaries. Build the workspace graph before touching anything.

02

SCAN

11 parallel agents sweep all 14 categories simultaneously. Every file, every rule, every pattern.

03

FIX

Auto-remediate 17+ safe patterns. console.log removal, color fixes, spacing corrections. Never touches architecture or auth.

04

VERIFY

Rebuild, retest, regression check. Every auto-fix is verified. If something breaks, it gets rolled back.

05

REPORT

Generate a living HTML dashboard with full findings, fix history, and journey comparison. Markdown summary included.

Auto-Fix

Safe fixes. Applied automatically.

console.log removal
Before
console.log('debug:', data); fetchUser(id);
After
fetchUser(id);
Color token fix
Before
color: #fff; background: #000;
After
color: #F5F5F7; background: #1f1f21;
Em dash replacement
Before
Fast, reliable — and free.
After
Fast, reliable, and free.
Missing alt text
Before
<img src="hero.webp">
After
<img src="hero.webp" alt="Hero section">
var to const/let upgrade
Before
var count = 0; var name = 'RAXXO';
After
let count = 0; const name = 'RAXXO';

Never auto-fixes architecture, pricing, authentication, or business logic. Those get flagged in the report for manual review.

Living Report

Reports that remember.

Every FULLMOON run generates a living HTML dashboard. It tracks your codebase health over time, compares audit journeys, and shows exactly what improved (and what regressed).

Audit Journey

Compare findings across runs. See your codebase health trend over weeks and months.

Fix Velocity

Track how fast findings get resolved. Auto-fixes vs. manual fixes, broken down by category.

Regression Detection

Spot issues that were fixed but came back. Prevents the same bugs from resurfacing.

Health Trends

Per-category health scores with visual bars. See where your codebase is strong and where it needs work.

FULLMOON Report
Engineering
95%
Security
88%
Accessibility
72%
Brand
100%
Audit Journey
Mar 26
308
findings
Mar 28
58
findings
Mar 29
12
findings
Get FULLMOON

One purchase. Zero subscriptions.

49

One-time payment. No subscription.

  • 14 audit categories
  • 11 parallel agents
  • 17+ auto-fix patterns
  • Living HTML report with journey tracking
  • Unlimited repos per workspace
  • All tech stacks (JS/TS, Rust, Python, Go, static)
  • Regression detection across runs
  • Enforcement hooks (brand, blog, theme)
  • Lifetime updates
  • Personal + commercial license
Get FULLMOON

Instant delivery via email. Works on macOS, Linux, WSL.

Early access product. By purchasing, you consent to immediate delivery and waive your right of withdrawal for this digital download.

FAQ

Questions?

Everything you need to know before buying.

What do I need to run FULLMOON?

Claude Code (CLI or Desktop App). FULLMOON is a Claude Code skill that runs inside your existing setup. Install it, type /fullmoon, and it handles the rest.

How long does an audit take?

Depends on workspace size. A single repo takes a few minutes. A full workspace with 10+ repos takes 15 to 45 minutes. The 11 parallel agents run simultaneously, so it scales well.

Is it safe? Will it break my code?

Auto-fixes only touch safe, mechanical patterns (console.log removal, color tokens, spelling). Architecture, authentication, pricing, and business logic are never auto-fixed. Those get flagged in the report for your manual review. Every fix is verified with a rebuild and regression check.

What tech stacks does it support?

JavaScript/TypeScript, Rust, Python, Go, and static sites. The audit categories adapt to whatever stack it finds in your workspace. Shopify Liquid, Next.js, SvelteKit, Astro, and more.

Can I run it on just one project?

Yes. Use /fullmoon project my-app to scope the audit to a single repo. You can also run individual categories with /fullmoon category 2 (for Security only, as an example).

Does it phone home or send my code anywhere?

Zero telemetry. FULLMOON runs entirely inside your local Claude Code session. No data leaves your machine. No analytics, no tracking, no external API calls.

Can I customize which categories run?

Yes. Run /fullmoon category N where N is the category number (1 through 14). You can also skip categories by editing the skill config. The living report only includes categories that were actually scanned.