From gotcontext
Compresses a git diff before review so noise (lockfile bumps, generated files, whitespace churn) doesn't crowd out the actual logic changes. Use this skill whenever the user asks you to review a pull request, explain a diff, summarize changes, or comment on recent commits. Trigger phrases include "review this PR", "what changed", "explain this diff", "summarize the changes", "look at my diff", "check this branch against main". Uses gotcontext's code-aware compression at fidelity=detailed — detailed because a character dropped in a security fix matters more than a character dropped in prose.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gotcontext:review-pr-diffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Raw `git diff` output is dominated by bytes the reviewer doesn't care
Raw git diff output is dominated by bytes the reviewer doesn't care
about: lockfile hash bumps, formatter churn, generated files, vendored
updates. Those hunks drown out the actual logic changes. Compressing
the diff first lets you spend your reasoning budget on what matters.
git diff --stat <base>..HEAD to see
file-level scope without loading content. Ask the user for the
base branch if ambiguous (usually main or master).git diff <base>..HEAD.package-lock.json, yarn.lock, pnpm-lock.yaml,
Cargo.lock, poetry.lock, Gemfile.lock, composer.lock*.generated.ts, *.pb.go, *.min.js, *.min.cssvendor/**, node_modules/**, dist/**, build/**compress_codebase MCP tool with the remaining
file set at fidelity=detailed. For a diff spanning ≤20 files on a
well-understood codebase, gc_blast_radius gives you a tighter
ranked context — pass the changed files + the PR's focus symbol
(e.g. the primary function name or class) and it returns only the
touched code plus what transitively calls into it (Pro+ only).The skipped-files list is critical. If a reviewer misses a malicious
package-lock.json change because you silently excluded it, that's
worse than not using the skill at all. Always surface what was dropped.
See references/risk-taxonomy.md for the full list of risk flags to
watch for.
npx claudepluginhub oimiragieo/gotcontext-sdk --plugin gotcontextFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.