Skip to content
Development
Command

/build

Run full verification pipeline

From plugin
promptscript
46514 skills6 agents14 commands1 MCP
Install
$ npx -y skills add mrwogu/promptscript --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/build

Context preview

What this command does when you run it.

Run full verification pipeline

Command definition

build.md
# promptscript-generated: 2026-05-30T23:22:42.935Z | source: .promptscript/project.prs | target: claude
description: 'Run full verification pipeline'

Run complete verification pipeline (all steps required):

1. pnpm run format # Format code with Prettier 2. pnpm run lint # Check for linting errors 3. pnpm run typecheck # Verify TypeScript types 4. pnpm run test # Run all tests 5. pnpm prs validate --strict # Validate .prs files 6. pnpm schema:check # Verify JSON schemas are current 7. pnpm skill:check # Verify SKILL.md copies are in sync 8. pnpm grammar:check # Verify TextMate grammar covers all tokens

If any step fails, fix the issue before proceeding.

Ships withpromptscript

Agent platform configuration as code _Define instructions, skills, agents, MCP servers, hooks, workflows, and policies once.

Get the whole plugin