By korayucar
Inline @AI code-review workflow. Drop @AI in any comment; agent answers in place. Companion skills clean the trail, snapshot-then-reply, and bridge to diffity browser reviews (including a snapshot-then-resolve variant).
Sweep inline @AI review trail left by codereview-inline. Removes closed-thread comments (`@SEEN @AI` blocks + adjacent `@AI-reply:` comments) from a file or path. Defaults to closed threads only. `--all` also removes still-open `@AI` markers; `--replies-only` removes only agent replies, leaving user comments intact. Use when the user types `/codereview-clean <path>`, "clean AI review comments", or similar.
Inline @AI code-review workflow. Scans uncommitted changes across the repo, attends every comment containing `@AI`, prepends `@SEEN ` to mark it processed, and writes an `@AI-reply:` comment immediately after. Works on any text source file using per-filetype comment syntax. Reads git state but never commits. Use when the user types `go`, `/codereview`, "process AI comments", or similar.
Niche variant of `codereview-inline` for users who want a clean repo state between review cycles. Snapshots the current dirty tree as its own commit, then runs the inline reply pass on `@AI` threads, leaving the AI's reply edits uncommitted so they land as their own follow-up commit. Use when the user types `/commit-reply-review`, "commit then reply", or similar. Refuses to run when the repo declares a no-auto-commit policy unless the user reconfirms.
Niche variant of [[diffity-resolve-traced]] for users who want a clean repo state between diffity review cycles. Snapshots the current dirty tree as its own commit, then runs the traced diffity resolve pass on open browser threads, leaving the AI's edits + `@SEEN @AI:` / `@AI-reply:` trail uncommitted so they land as their own follow-up commit. Use when the user types `/diffity-commit-resolve-traced`, "diffity commit then resolve", "snapshot and diffity resolve", or similar. Refuses to run when the repo declares a no-auto-commit policy unless the user reconfirms.
Wrapper around the upstream `diffity-resolve` skill that, after every code edit lands, leaves an inline `@SEEN @AI:` / `@AI-reply:` trail at the edit site in the file's native comment syntax. Lets `codereview-clean` sweep diffity-driven reviews the same way it sweeps inline `@AI` threads. Use when the user types `/diffity-resolve-traced`, "resolve diffity with trail", "diffity resolve traced", or wants the diffity diff-viewer resolution flow plus an in-source review trail. Reads git state but never commits.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Lightweight inline code-review for Claude Code. Drop @AI in any comment, say go, and the agent answers in place. The exchange stays embedded in the source as a review trail until you sweep it.
/plugin install <repo-url>
(Replace <repo-url> with this repo's GitHub URL.)
@AI anywhere in any source file:
# @AI why this magic number?
TIMEOUT = 47
go (or /codereview). The agent scans uncommitted changes repo-wide and answers every open @AI:
# @SEEN @AI why this magic number?
# @AI-reply: legacy API page size; see PR #4421
TIMEOUT = 47
@AI below — thread continuity is preserved./codereview-clean . sweeps the trail.codereview-inline and codereview-clean only read git state — they never stage, commit, or push. commit-reply-review is the deliberate exception: it creates exactly one snapshot commit (after preflight checks) so the AI's reply edits stay isolated from your work. Every other commit is still yours.
| Skill | Purpose |
|---|---|
codereview-inline | Scans uncommitted changes, answers every open @AI in place. |
codereview-clean | Removes closed @SEEN @AI blocks and adjacent @AI-reply: comments. Optional --all / --replies-only flags. |
commit-reply-review | Niche: snapshots the dirty tree as a WIP commit, then runs the inline reply pass so the AI's edits land as their own uncommitted change. For users who want git history to cleanly separate "what I wrote" from "what the AI added." |
Wrappers around the nilbuild/diffity skill pack that augment its browser-driven resolution flows with the same @SEEN @AI: / @AI-reply: inline trail this plugin uses elsewhere — so codereview-clean can sweep diffity-driven reviews with no special-casing. Install diffity first: npx skills add nilbuild/diffity.
| Skill | Purpose |
|---|---|
diffity-resolve-traced | Delegates to upstream diffity-resolve (diff-viewer resolution), then leaves an @SEEN @AI: / @AI-reply: trail at every edit site. |
diffity-resolve-tree-traced | Delegates to upstream diffity-resolve-tree (tree-browser resolution), then leaves the same trail at every edit site. |
diffity-commit-resolve-traced | Niche: snapshots the dirty tree as a WIP commit, then runs diffity-resolve-traced so the AI's edits + inline trail land as their own uncommitted change. Diffity-flow counterpart to commit-reply-review. |
Heads up:
codereview-cleanandcommit-reply-revieware both lightly tested. Commit (or stash) before invoking so you cangit diff/ revert if anything surprises you.commit-reply-reviewwill refuse to run if it detects a no-auto-commit directive in your repo (CLAUDE.md / AGENTS.md / settings hooks) unless you reconfirm.
| Token | Meaning |
|---|---|
@AI | Open thread. Agent attends on next go. |
@SEEN | Prepended in front of @AI when the agent processes the thread. Delete it to reopen. |
@AI-reply: | Agent's reply comment, placed immediately after your comment. |
Tokens recognized only inside comments. Per-filetype comment syntax: #, //, /* */, <!-- -->, --, ;;, %% %% — see the inline skill spec for the full map.
skills/codereview-inline/SKILL.md — processing flow, thread continuity, edge cases.skills/codereview-clean/SKILL.md — modes, path safety, edge cases.npx claudepluginhub korayucar/ai_review --plugin codereview-skillsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer