You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A curated collection of agentic AI prompts for "Vibe Coding" workflows.
This repository shares the reusable Vibe Coding Prompts that were originally used to build Prompthive.
These prompts are designed to act as specialized "personas" or "agents" that handle specific aspects of the software development lifecycle—from starting a project and implementing features to rigorous testing and technical reviews. They enforce best practices, consistency, and a high standard of quality ("Vibe") across the codebase.
📂 Prompt Collection
The prompts are located in the prompts/ directory.
A structured framework for transforming legacy codebases into modern software through forensic analysis, rigorous auditing, and "before and after" visualization. It enforces a production-grade workflow that reverse-engineers business logic and refactors code while strictly preserving the original intent through safety-net testing
This prompt is designed for implementing change requests in mature software projects where the primary goal is adapting existing behavior rather than introducing new functionality. It guides the AI through a controlled, impact-driven workflow that starts with functional and technical impact analysis and continues through analysis updates, documentation alignment, code modifications, and reinforced testing. The prompt emphasizes minimal, intentional change, backward compatibility where required, and full lifecycle traceability from change request to implementation. Unlike new-feature prompts, this template focuses on: Updating existing epics, user stories, and acceptance criteria rather than creating new ones Identifying what remains unchanged versus what must be adapted or deprecated Adjusting documentation, diagrams, and wireframes only when genuinely impacted Strengthening test coverage to prevent regression and explain why previous tests failed or missed the issue Keeping repository changes clean, justified, and auditable The result is a well-documented, test-protected change that integrates seamlessly into an established codebase while preserving architectural integrity, functional intent, and long-term maintainability.
This prompt directs an AI agent to dynamically discover a project's source and test folders to map out existing implementation versus test coverage. It identifies missing tests and autonomously writes them, using a user-specified library if no suite currently exists. Finally, the agent diagnoses and fixes encountered bugs in both the tests and source code, providing a detailed executive report of all healing actions taken.
This technical review prompt acts as a deep-tissue diagnostic tool designed to transition a "vibe-coded" prototype into a high-scale, resilient system. It systematically hunts for "invisible debt"—such as memory leaks, race conditions, and cascading failures—that standard functional testing often misses. The resulting "Bottleneck Table" provides a prioritized roadmap to ensure the application remains performant and stable under real-world production stress.
This technical review prompt functions as an automated security auditor designed to identify critical vulnerabilities before they are exploited in production. It meticulously scans for "Zero Trust" violations, ranging from hardcoded secrets and injection flaws to broken authentication patterns. The final report delivers a prioritized "Vulnerability Table" that maps specific code risks to actionable remediation steps for a battle-hardened system.
This prompt acts as an autonomous Release Manager for "Vibe Coding" projects. It automates the transition from one major version to the next: 1. Determine Version Numbers 2. Git Operations (Freeze & Branch) 3. Apply Updates (On the new branch)
Generates standard-compliant AI agent skills (SKILL.md, references, scripts, assets). Uses Chain-of-Thought to research best practices before generating context-optimized, deterministic agent instructions.
Use this prompt to review an existing agent skill. It forces the LLM to search for the latest architectural and topic-specific anti-patterns, grading your skill and providing a list of isolated enhancements you can immediately execute in a Chain-of-Thought session.