batch-verify
CommunityStreamline code verification.
AuthorViperJuice
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill reduces token overhead and developer time by batching code verification steps (like type checking and testing) instead of running them after every single edit.
Core Features & Use Cases
- Batching Edits: Group multiple related file edits before running verification.
- Reduced Verification Calls: Consolidates multiple
tsc,pytest, ordart analyzeruns into a single execution. - Use Case: When refactoring an interface used across 5 files, make all 5 edits, then run
npx tsc --noEmitonce to catch all related type errors, rather than running it after each individual edit.
Quick Start
Use the batch-verify skill to run npx tsc --noEmit after completing all edits.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: batch-verify Download link: https://github.com/ViperJuice/dotfiles/archive/main.zip#batch-verify Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.