vibe-coding-project-review

Review Vibe Coding project code against implement.md for bug risks and missing tests.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill vibe-coding-project-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-coding-project-review
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/system/vibe-coding-project-review
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill vibe-coding-project-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough quality assurance in AI-generated code projects by identifying potential bugs, regressions, and missing test coverage.

Core Features & Use Cases

  • Code Review: Analyzes project code against implementation context to find defects.
  • Risk Identification: Pinpoints bug risks, regressions, and areas lacking verification.
  • Use Case: After an AI has generated a new feature using the Vibe Coding workflow, use this Skill to ensure the code is robust and meets quality standards before deployment.

Quick Start

Review the vibe coding project located at workspace/vibe-coding/my-new-feature/ for bugs and missing tests.

Frequently Asked Questions about vibe-coding-project-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review AI-generated code for bug risks and regressions?

To review AI-generated code for bug risks and regressions, analyze the project codebase against its implementation context to identify defects, missing test coverage, and potential stability issues before deployment.

What is a vibe coding project review?

A vibe coding project review is a quality assurance process that evaluates an AI-generated codebase by analyzing its implement.md context to pinpoint missing tests, regressions, and bug risks.

How do I check for missing tests in an AI-generated codebase?

You check for missing tests in an AI-generated codebase by analyzing the current code against the project's implementation context to identify areas lacking verification and ensure quality standards.

Can I run a code review on a specific vibe coding project directory?

Yes, you can run a code review on a specific vibe coding project directory by targeting the workspace/vibe-coding/{project-name}/ path to analyze its current codebase and implementation context.

When should I perform quality assurance on AI-generated features?

You should perform quality assurance on AI-generated features immediately after generation to ensure the code is robust, identify regressions, and verify it meets quality standards before deployment.