batch-verify

Workflow for batching edit verification instead of checking after each individual change. Use when making multiple related file edits (3+ files) in a coding session. Groups syntax checks, type checking, and test runs into a single verification phase after all edits are complete, instead of scattering verification calls throughout.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "batch-verify" with this command: npx skills add ViperJuice/skillsmp-viperjuice-viperjuice-batch-verify

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

skill-editor

Apply an improvement plan produced by skill-improvement-planner to the relevant SKILL.md files. Archives the reflection files consumed by the plan so they aren't re-aggregated next cycle. Use when the user says 'apply the skill improvement plan', 'update the skills with the aggregated feedback', 'run the skill editor', or follows a skill-improvement-planner run. Ingests the plan at ~/.claude/skills/skill-improvement-planner/plans/plan-v<N>-<ISO>.md (or the path in the predecessor handoff), applies each recommendation via a frontier-tier agent, mirrors edits across dotfiles and team-skills repos where applicable, and commits each edited repo.

Repository SourceNeeds Review
Automation

plan-phase

Architecture-first planning for a spec phase. Produces an interface-freeze + swim-lane document for parallel execution. Use in plan mode. Supports --consensus for multi-agent architectural consensus across named Plan teammates.

Repository SourceNeeds Review
Automation

page-load-monitor

Intelligent browser page load failure handling. Use when browser screenshot or navigation operations fail, especially with 'Frame showing error page' or timeout errors. Provides escalating diagnostic steps (console, network, alternatives) instead of blind retry loops.

Repository SourceNeeds Review
Automation

smart-screenshot

Guidelines for efficient browser screenshot usage. Use when performing browser automation tasks involving screenshots, especially in UI testing sessions. Provides strategies to avoid redundant screenshot captures, intelligent wait strategies for page loads, and alternatives when screenshots fail repeatedly.

Repository SourceNeeds Review
batch-verify | V50.AI