vibe-agents
Create project agent instructions and tool configuration from agreed product and technical decisions.
Review a proposed change against requirements, regressions, verification evidence, and relevant security risks.
$ npx -y skills add KhazP/vibe-coding-prompt-template --skill vibe-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vibe-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Review a proposed change against requirements, regressions, verification evidence, and relevant security risks.
name: vibe-review description: Review a proposed change against requirements, regressions, verification evidence, and relevant security risks. allowed-tools: Read, Glob, Grep, Bash
Read the actual diff, applicable instructions, acceptance criteria, and check results. Trace changed behavior into its callers and tests. Look for concrete regressions, missing error handling, incorrect assumptions, and relevant authorization or data exposure issues.
Report actionable findings with file/line, trigger, impact, and suggested correction. Distinguish demonstrated defects from missing evidence. Prioritize correctness and scope over cosmetic preferences. Do not claim independent checks unless you ran them. If there are no findings, say so and disclose remaining verification gaps. Review does not authorize unrelated edits or publication.
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
Repo: KhazP/vibe-coding-prompt-template
Create project agent instructions and tool configuration from agreed product and technical decisions.
Implement a new-project slice through the relevant checks and working user journey.
Add one bounded feature to an existing app while preserving current behavior. Do not restart the full new-project workflow.
Diagnose and fix a reproducible failure in an existing project. Use for crashes, broken behavior, or failing checks, not greenfield planning.
Prepare compact factual project context for another session or coding tool without copying transcripts or secrets.