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.
Accessible, batteries-included ultra efficient virtual list for every framework. Zero deps, 9.7 KB
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.