codebase-review

Codebase Review Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codebase-review" with this command: npx skills add krazyuniks/guitar-tone-shootout/krazyuniks-guitar-tone-shootout-codebase-review

Codebase Review Skill

Activation: Codebase review, security audit, architecture review, code quality assessment

Arguments: [--section=<name>] [--severity=<level>] [--no-issue]

Preflight Checks

Run these FIRST before any review section:

  • Docker Health: docker compose ps -- all services "Up" and "healthy"

  • Build Profile: docker compose --profile build ps astro

  • Backend Health: curl -s http://localhost:8000/health | jq .

  • Install Tools: docker compose exec webapp pip install vulture bandit radon pip-audit -q

Do not proceed if preflight checks fail.

Review Sections

Each section can be run independently with --section=<name> .

Section Flag Purpose

Code Quality --section=quality

Dead code, complexity, test coverage

Security --section=security

Bandit, pip-audit, OWASP, headers

Architecture --section=architecture

Import boundaries, DDD, SOLID

Frontend --section=frontend

Astro sync, data-testid, HTMX

Documentation --section=documentation

Drift detection, AGENTS.md accuracy

Observability --section=observability

Metrics, circuit breaker, logging

Workflow --section=workflow

Just commands, pre-commit, CI

See references/review-dimensions.md for detailed checklists per section.

Severity Levels

Level Definition Response SLA

Critical Security vulnerabilities, data loss risk Same day

High Significant bugs, broken features 48 hours

Medium Degraded functionality, maintainability 1 week

Low Minor issues, code style Next sprint

Critical and High findings block PR merges.

Workflow

  • Run preflight checks

  • Execute selected sections (or all)

  • Document findings using the template in references/report-template.md

  • Create GitHub issue (unless --no-issue )

  • Fill in summary dashboard

Reference Files

File Purpose

references/review-dimensions.md

Detailed checklists for each review section

references/report-template.md

Output format, findings template, summary dashboard

references/gts-specifics.md

GTS-specific review patterns and commands

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python-cheatsheet

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brave-api-free-search

Free Brave API alternative for OpenClaw. Completely FREE web search. Secure localhost-only deployment. Supports hidden --dev flag.

Registry SourceRecently Updated
Coding

Agent Collab Platform

Unified agent collaboration platform with shared core, automatic GitHub issue handling, intelligent message routing, and modular extensibility for PM and Dev...

Registry SourceRecently Updated
Coding

Deep Memory

One-click clone of a production-grade semantic memory system: HOT/WARM/COLD tiered storage + Qdrant vector DB + Neo4j graph DB + qwen3-embedding. Enables cro...

Registry SourceRecently Updated