code-review
01Agent Claude Code
Review code against vlist project rules and conventions. Use proactively after writing or editing code to catch violations before committing.
Agent Claude Code
Review code against vlist project rules and conventions. Use proactively after writing or editing code to catch violations before committing.
Agent Claude Code
Implement features, fix bugs, and iterate until all quality checks pass. Use for autonomous development tasks that benefit from worktree isolation and self-correction.
Agent Claude Code
Audit vlist source code for hot-path performance violations. Use when changes touch scroll handling, rendering, range calculations, or any code that runs per-frame.
Agent Claude Code
Scaffold a new vlist feature with all required files following project conventions. Use when creating a new feature plugin.
Agent Claude Code
Run the full quality pipeline before committing — typecheck, tests, build, and size measurement. Use before any commit to validate all changes.
Agent Claude Code
Build the vlist library and measure gzipped bundle sizes per feature. Use after code changes to detect size regressions.
Agent Claude Code
Run tests for the vlist project. Use proactively after code changes to validate correctness. Handles scoped tests, full suite, coverage analysis, and failure diagnosis.
Agent Claude Code
Run TypeScript strict-mode type checking for vlist and diagnose any errors. Use proactively after code changes.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check (2 commands). From floor/vlist.
Hook Claude Code
Runs before the agent uses a tool for Bash(git commit*) and Bash(git push*) tool calls, running an inline shell check (2 commands). From floor/vlist.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse).
Skill Claude CodeCodex
Show all public exports from the vlist package to catch accidental API changes.
Skill Claude CodeCodex
Generate a changelog entry from recent commits since a given ref or tag.
Skill Claude CodeCodex
Find untested code paths and report coverage gaps in the vlist project.
Skill Claude CodeCodex
Debug a failing test by loading full context — test file, source file, error output.
Skill Claude CodeCodex
Run the full pre-release checklist — version, changelog, tests, types, build, size.