Change Verifier banner
iPzard iPzard

Change Verifier

Project Management community

Description

--- name: change-verifier description: Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and builds. Invoke proactively when files in `src/`, `app.py`, `main.ts`, `preload.ts`, `scripts/`, `package.json`, `requirements.txt`, or any `tsconfig*.json` change. The agent runs the verification chain (lint → typecheck → JS tests → Python tests → React build), reports failures with file:line, and (when invoked with permission) attempts a fix-and-rer

Installation

Installs to ~/.claude/agents/ipzard-electron-react-python-template-change-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/iPzard/electron-react-python-template/HEAD/.claude/agents/change-verifier.md -o ~/.claude/agents/ipzard-electron-react-python-template-change-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository