37 lines
542 B
Markdown
37 lines
542 B
Markdown
# Skill: Code Review
|
|
|
|
> Systematic code review
|
|
|
|
---
|
|
|
|
## Interface
|
|
|
|
- **Skill ID**: `code-review`
|
|
- **Version**: 0.1.0
|
|
- **Executions**: 0
|
|
- **Quality**: 0%
|
|
- **Tags**: code-review, test
|
|
|
|
## Steps
|
|
|
|
### Read code
|
|
|
|
Read and understand the code thoroughly
|
|
|
|
Expected outcome: Understanding
|
|
|
|
### Find issues
|
|
|
|
Identify bugs, security issues, and anti-patterns
|
|
|
|
Expected outcome: Issue list
|
|
|
|
### Suggest improvements
|
|
|
|
Propose specific fixes for each issue
|
|
|
|
Expected outcome: Fix list
|
|
|
|
## Version History
|
|
|
|
- v0.1.0 -- latest (2026-06-13): 0 evolutions |