AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Review Change

skill-contextosai-skills-review-change · by contextosai

Review a code change for concrete correctness, security, data-integrity, compatibility, concurrency, and operability regressions by reconstructing intent and checking affected invariants and boundary paths. Use for local diffs, commits, branches, patches, or pull requests when the user wants actionable review findings. Report only defects introduced or exposed by the change with precise evidence;…

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-contextosai-skills-review-change

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-contextosai-skills-review-change)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Review Change? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Change Review

Review the behavioral delta, not the typography of the diff.

Protocol

  1. Determine the review range and read applicable AGENTS.md. Inspect status so

uncommitted user work is not mistaken for the target change.

  1. Reconstruct intent from the request, commits, tests, and changed call sites.

State ambiguity when intent affects whether behavior is defective.

  1. Inventory changed surfaces: API/schema, state, authorization, side effects,

concurrency, errors/retries, configuration, observability, and release.

  1. For each surface, state the invariant before and after the change. Trace the

changed value/control flow beyond edited lines into callers and consumers.

  1. Inspect the risky counter-paths: absent/empty/malformed input, denied access,

duplicate/retry, partial failure, timeout/cancellation, stale state, concurrent execution, upgrade/downgrade, and rollback. Use only relevant paths.

  1. Read tests as executable claims. Check whether assertions would fail for the

suspected regression; test presence alone is not coverage.

  1. Validate each finding against the actual diff and surrounding code. A

finding must identify a reachable trigger, violated invariant, user impact, and a bounded location introduced or exposed by the change.

  1. Rank by impact and likelihood using references/finding-rubric.md. Omit

speculative concerns, pre-existing unrelated issues, and style preferences.

Finding bar

Emit a finding only when all are true:

  • The reviewed change introduces or exposes it.
  • A realistic execution path reaches it.
  • The consequence is incorrect behavior, vulnerability, data loss, meaningful

degradation, or an operational failure.

  • The developer can act on it locally.
  • The evidence is specific enough to falsify.

If a concern is plausible but unproven, perform another read-only check. If it remains uncertain, describe it as an open question outside the findings and state what evidence is missing.

Output

Lead with findings ordered by priority. For each, use one concise paragraph: [P#] imperative title, reachable scenario, consequence, and why current code does not prevent it. Cite the smallest useful changed-line range.

Then give a short review summary and testing gaps. If no findings meet the bar, say so explicitly and name residual risks or unverified surfaces.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.