review

star 334

Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing.

thoughtfulllc By thoughtfulllc schedule Updated 4/13/2026

name: review description: Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing.

Quick review of recently changed files. Framework-compliance includes vendor boundary checks.

  1. Get the list of changed files:
git diff --name-only HEAD
  1. Spawn contract-guardian and framework-compliance agents simultaneously as background agents, passing the list of changed files.

  2. Wait for both agents to complete.

  3. Present findings grouped by severity:

    • Critical (breaking changes, missing focus coverage, vendor boundary issues)
    • Warning (violations, redundancies, naming issues)
    • Info (semver recommendation)
  4. If changes introduced a new component, API, or pattern, suggest: "Run /sync-context to update context files before committing."

  5. Skip the suggestion if changes were purely mechanical (typo, rename, test update).

Install via CLI
npx skills add https://github.com/thoughtfulllc/gridland --skill review
Repository Details
star Stars 334
call_split Forks 12
navigation Branch main
article Path SKILL.md
More from Creator
thoughtfulllc
thoughtfulllc Explore all skills →