local-code-review
Installation
SKILL.md
Local Code Review
Ephemeral GitHub-like PR review via a throwaway local Gitea instance. User reviews in the web UI (line comments, suggestions, squash merge). Agent manages PRs via CLI. Nothing persists after done.
Quick Reference
| Command | Description |
|---|---|
gitea-review start <branch> [...] |
Spin up Gitea, push branches, create PRs, open browser |
gitea-review comments <pr#> [--hide-resolved] |
Fetch review comments with resolved status |
gitea-review push <branch> |
Push fixes to existing PR |
gitea-review reply <pr#> <path> <line> <msg> |
Reply to a comment |
gitea-review merge <pr#> |
Squash merge PR |
gitea-review list |
List open PRs |
gitea-review open [pr#] |
Open in browser |
gitea-review status |
Check if Gitea is running |
gitea-review done |
Tear down Gitea, remove remote, clean up |
AI assistants: Use full path ~/.claude/skills/local-code-review/bin/gitea-review.