/build
Run full verification pipeline
$ npx -y skills add mrwogu/promptscript --agent claude-codeHow 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.
Agent platform configuration as code _Define instructions, skills, agents, MCP servers, hooks, workflows, and policies once.
Repo: mrwogu/promptscript
Other commands on promptscript.
- /cli
Create CLI command handler
Open command - /export
Design public API exports
Open command - /newpkg
Generate new package with Nx
Open command - /quality
Review code for quality improvements
Open command - /refactor
Suggest refactoring opportunities
Open command - /security-review
Review code for security vulnerabilities
Open command

