vm0
Automate code reviews, testing, commits, and tech debt cleanup
All Skills in This Repository (22)
Pure Emerald Level Indicatorsfeature-switch
Guides gating new user-facing features behind feature flags in the vm0 codebase.
ccstate
Documents patterns and best practices for ccstate state management in the vm0 platform.
commit
Run format, lint, type-check, and test steps before Git commits.
dev-server
Manage VM0 dev server lifecycle with start, stop, logs, auth, and tunnel operations.
agent-browser
Automate browser navigation, form filling, screenshots, and data extraction.
ops-utils
Clean up GitHub preview deployment environments older than three days.
tech-debt
Scan codebases for quality issues and generate GitHub tracking issues.
pull-request
Automate GitHub pull-request creation, merging with CI validation, and comments.
local-testing
Provision a mock Claude dev environment and run Vitest and BATS tests.
testing
Automate testing guidance and reviews for unit, integration, and UI tests.
issue-action
Automate GitHub issue continuation with feature branches, conventional commits, and tests.
pr-check
Monitor GitHub PR CI checks and auto-fix lint issues until all pass.
Frequently Asked Questions
FAQPage SchemaHow to install vm0 skills?โผ
Run `npx skills add vm0-ai/vm0 --all -g -y` in your terminal to install all skills in this suite globally.
How to automate code reviews with AI?โผ
The code-quality skill reviews any pull request or commit range against 19 documented bad-smell categories and generates detailed per-commit reports with prioritized fixes.
How to scan a codebase for technical debt?โผ
The tech-debt skill runs fast pattern scans for issues like TypeScript any usage, lint suppressions, and oversized files, then creates a tracked GitHub issue with an action plan.
Can AI write conventional commit messages?โผ
Yes. The commit skill runs the right pre-commit checks for your changed files and drafts a valid conventional commit message that triggers correct automated releases.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core