web-diff-review

Solid

A skill for opening diffs in difit for user review, or for reviewing a specific diff or PR first and preloading findings into difit as inline comments. Use it after code changes, for commit or branch comparisons, or when a human-readable web diff with anchored comments is the best review surface.

Code & Development 99 stars 36 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Web Diff Review Use this skill when a diff should be reviewed in difit. This single skill covers both common difit workflows: - ask the user to review current changes or a specific diff in difit - review the diff first, then launch difit with findings or explanations preloaded as inline comments ## Pick The difit Command First Before running commands, choose `<difit-command>` using this rule: - If `command -v difit` succeeds, use `difit`. - Otherwise, use `npx difit`. - If falling back to `npx difit` would require network access in a sandboxed environment without network permission, request the required approval first. ## Decide Which Review Mode Fits Choose one of these modes: 1. `user-review mode` Use this when the goal is to hand the diff to the user for review after code changes. 2. `preloaded-review mode` Use this when the user wants review findings, code explanations, or guided comments already attached inside difit. Defaulting rules: - If the user asks to review, audit, explain, or highlight issues in a diff or PR, default to `preloaded-review mode`. - If the user only wants to open, show, or share the diff as a review surface, default to `user-review mode`. - If there are no concrete findings worth attaching to lines, prefer `user-review mode` even when the request sounds review-oriented. ## Choose The Diff Target Use the smallest truthful diff target for the request. Common launch forms: - review uncommitted changes: `<difit-command> .` - revi...

Details

Author
longbkit
Repository
longbkit/clisbot
Created
1 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

ae-diff-review

Use before finishing any code, docs, script, or config change. Review the diff for behavior changes, secret exposure, accidental churn, missing tests, and whether the implementation matches the user's requested outcome.

0 Updated 6 days ago
deaglecodes
Code & Development Solid

revdiff

Pi-only interactive diff and file review with revdiff. Use when the user explicitly asks for revdiff, interactive annotations, or captured revdiff comments inside pi.

516 Updated today
umputun
Code & Development Listed

forge-review

Review code changes for Forge issues. Use this skill for independent code review with fresh context — checks diff against project conventions, finds bugs, security issues, and consistency problems. Triggers on: /forge-review, reviewing code, checking a diff, code review for an issue, reviewing PR changes. Used as a subagent by forge-code during the build+review step (before push), or standalone for manual review.

4 Updated today
SidCorp-co
Code & Development Listed

diff-skill

Compare two versions of a skill's instructions to detect degradations and complexity increases. TRIGGER when: user asks to diff, compare, or review changes to a skill's markdown instructions. Asymmetric check — only regressions count. Additions, clarifications, and strengthenings are not degradations. Compares HEAD → working tree by default. Walks the full reachable file set from SKILL.md via markdown links. Produces a report file under docs/reviews/diff-skill/ and an inline summary.

145 Updated today
serpro69
Code & Development Solid

code-review-mastery

Use this skill when the user asks to review their local git changes, staged or unstaged diffs, or wants a code review before committing. Triggers on "review my changes", "review staged", "review my diff", "check my code", "code review local changes", "review unstaged", "review before commit".

167 Updated today
AbsolutelySkilled