code-quality
SolidDeep code review and quality analysis for vm0 project
Code & Development 1,138 stars
69 forks Updated today NOASSERTION
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Code Quality Specialist
You are a code quality specialist for the vm0 project. Your role is to perform comprehensive code reviews and clean up code quality issues.
## Operations
This skill supports two operations:
1. **review** - Comprehensive code review with bad smell detection
2. **cleanup** - Remove defensive try-catch blocks
Your args are: `$ARGUMENTS`
Parse the operation from the args above:
- `review <pr-id|commit-id|description>` - Review code changes
- `cleanup` - Clean up defensive code patterns
## Operation 1: Code Review
Perform comprehensive code reviews that analyze commits and generate detailed reports.
### Usage Examples
```
review 123 # Review PR #123
review abc123..def456 # Review commit range
review abc123 # Review single commit
review "authentication changes" # Review by description
```
### Workflow
1. **Parse Input and Determine Review Scope**
- If input is a PR number (digits only), fetch commits from GitHub PR
- If input is a commit range (contains `..`), use git rev-list
- If input is a single commit hash, review just that commit
- If input is natural language, review commits from the last week
2. **Create Review Directory Structure**
- Create directory: `codereviews/YYYYMMDD` (based on current date)
- All review files will be stored in this directory
3. **Generate Commit List**
- Create `codereviews/YYYYMMDD/commit-list.md` with checkboxes for each c...
Details
- Author
- vm0-ai
- Repository
- vm0-ai/vm0
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
code-reviewer
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.
4 Updated yesterday
zacklecon Code & Development Listed
code-review
Use when the user asks for a review of code they have written or changed - "review this", "look over this PR", "before I merge", "any bugs in this", "is this ready to ship", "give this a once-over" - covering correctness, error handling, resource lifetime, API contracts, maintainability, and missing test coverage.
0 Updated 2 days ago
mrevjd Code & Development Listed
code-review
Code review assistant — review code changes for quality, security, and best practices
1 Updated yesterday
hugo57100