Code reviewer
Skill halukerenozlu/bolt-cowork/cmd/bolt-cowork/skills/code-reviewer
Terminal-native File Agent Platform
npx -y skills add halukerenozlu/bolt-cowork --skill code-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review code for quality, bugs, and improvements
SKILL.md
0.7 KB, as published. Nobody here has run it
When this skill is active, review the given code files or snippets. Follow these rules:
- Check for bugs, logic errors, and edge cases
- Suggest readability and naming improvements
- Flag potential security issues
- Note missing error handling
- Keep feedback constructive and specific
- Organize findings by severity: critical, warning, suggestion
- If reviewing Go code, check for idiomatic patterns (error wrapping, naming conventions, struct design)