Documentation Guide - For when to document changes
Output
Review results are saved to .ada/data/reviews/ directory:
{type}-review-{timestamp}.md - Review content
{type}-review-{timestamp}.json - Metadata with statistics
Integration with Other Skills
Run ada::code-quality after review to ensure reviewed code meets quality standards
Run ada::docs:check after review to ensure documentation is updated with code changes
Use ada::pr-review to manage GitHub PR comments after CodeRabbit review
Best Practices
Run task reviews frequently during development
Run PR reviews before submitting PRs
Address review issues before finalizing
Use ada::review:cleanup periodically to manage disk space
Combine with ada::code-quality and ada::docs:check for complete workflow
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: lukasstrickler-ai-dev-atelier-code-review3description: Code Review4---56# Code Review78## Two Modes910### Task Mode (Uncommitted Files)1112Reviews only uncommitted files in the working directory. Use for work-in-progress code before committing.1314**Command**: `bash skills/code-review/scripts/review-run.sh task`1516**How it works**:17- Scans all uncommitted files (git status shows as modified/untracked)18- Sends files to CodeRabbit for review19- Saves results to `.ada/data/reviews/task-review-{timestamp}.md`2021### PR Mode (All Files vs Main)2223Reviews all changed files in the current branch compared to the main branch. Use for complete PR review.2425**Command**: `bash skills/code-review/scripts/review-run.sh pr`2627**How it works**:28- Compares current branch against main branch (or configured base branch)29- Reviews all changed files in the diff30- Saves results to `.ada/data/reviews/pr-review-{timestamp}.md`3132## Tools3334- `ada::review:task` - Review uncommitted changes35- `ada::review:pr` - Review all PR files vs main branch36- `ada::review:read` - Read latest review results37- `ada::review:cleanup` - Clean up old review files3839## Workflow4041### Task Mode Workflow42431. **Make code changes**: Edit files without committing442. **Run review**: Execute `bash skills/code-review/scripts/review-run.sh task`45 - CodeRabbit analyzes uncommitted files46 - Review is saved to `.ada/data/reviews/`473. **Read results**: Run `bash skills/code-review/scripts/review-read.sh` to view the latest review48 - Shows issues, suggestions, and code quality feedback494. **Address issues**: Fix bugs, security issues, or code quality problems505. **Re-review** (optional): Run `ada::review:task` again to verify fixes516. **Finalize**: Run `ada::agent:finalize` to ensure code quality before committing5253### PR Mode Workflow54551. **Ensure branch is ready**: Make sure all changes are committed562. **Run review**: Execute `bash skills/code-review/scripts/review-run.sh pr`57 - CodeRabbit compares branch against main58 - Reviews all changed files in the PR593. **Read results**: Run `bash skills/code-review/scripts/review-read.sh` to view the latest review604. **Address issues**: Fix all critical issues before merging615. **Finalize**: Run `ada::agent:finalize` and `bash skills/docs-check/scripts/check-docs.sh` to ensure completeness626. **Clean up** (optional): Run `bash skills/code-review/scripts/review-cleanup.sh` to remove old review files6364### Reading Review Results6566Use `bash skills/code-review/scripts/review-read.sh` to display the most recent review:67- Shows review content with issues and suggestions68- Displays statistics (files reviewed, issues found)69- Lists files that were reviewed7071## Examples7273```bash74# Task mode75bash skills/code-review/scripts/review-run.sh task76bash skills/code-review/scripts/review-read.sh7778# PR mode79bash skills/code-review/scripts/review-run.sh pr80bash skills/code-review/scripts/review-read.sh8182# Complete workflow83bash skills/code-review/scripts/review-run.sh task && bash skills/code-review/scripts/review-read.sh84bash skills/code-quality/scripts/finalize.sh agent85bash skills/docs-check/scripts/check-docs.sh86```8788## References8990- [Documentation Guide](references/documentation-guide.md) - For when to document changes9192## Output9394Review results are saved to `.ada/data/reviews/` directory:95- `{type}-review-{timestamp}.md` - Review content96- `{type}-review-{timestamp}.json` - Metadata with statistics9798### Integration with Other Skills99100- Run `ada::code-quality` after review to ensure reviewed code meets quality standards101- Run `ada::docs:check` after review to ensure documentation is updated with code changes102- Use `ada::pr-review` to manage GitHub PR comments after CodeRabbit review103104## Best Practices105106- Run task reviews frequently during development107- Run PR reviews before submitting PRs108- Address review issues before finalizing109- Use `ada::review:cleanup` periodically to manage disk space110- Combine with `ada::code-quality` and `ada::docs:check` for complete workflow111112---113> Converted and distributed by [TomeVault](https://tomevault.io/claim/lukasstrickler) — claim your Tome and manage your conversions.114<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/lukasstrickler-ai-dev-atelier-code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.