hapo:develop

Automate code implementation from specifications with automated review and self-healing.

54|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/haposoft/cafekit --skill hapo-develop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hapo:develop
Source: https://github.com/haposoft/cafekit/tree/main/packages/spec/src/claude/skills/develop
Command: npx skills add https://github.com/haposoft/cafekit --skill hapo-develop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of implementing code based on specifications, providing a streamlined process with automated code review and self-healing capabilities to ensure quality and reliability.

Core Features & Use Cases

  • Spec-based Implementation: Automates the process of converting specifications into executable code.
  • Automated Code Review: Integrates automated code reviews for quality assurance.
  • Self-Healing: Automatically fixes common issues and ensures code integrity.
  • Use Case: Ideal for software development teams working in an Agile or DevOps environment, looking to automate and streamline the code implementation process.

Quick Start

To implement a new feature, simply use the command: /hapo:develop <feature name>

Frequently Asked Questions about hapo:develop

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

FAQPage Schema
How do I automate code implementation from project specifications?

Automate code implementation from project specifications by using a spec-based task orchestration process. This Skill converts specs into executable code while applying automated code review and self-healing to ensure quality and reliability.

What is self-healing code and how does it fix issues automatically?

Self-healing code automatically fixes common issues during the implementation process to ensure code integrity. It operates during automated code generation by detecting and resolving errors without manual intervention, maintaining software reliability.

Do I need spec.json to use task orchestration for automated code review?

Yes, you need `spec.json` and associated task files present in your project to execute task orchestration for automated code review. These specification files provide the necessary structure for the automation to generate and validate the code.

How do I start implementing a new feature using specification-based automation?

Start implementing a new feature by running the command `/hapo:develop <feature name>`. This initiates the task orchestration process, which reads the specification files and automates the code implementation and review workflow.

Is automated code review suitable for Agile and DevOps environments?

Yes, automated code review is suitable for Agile and DevOps environments. It streamlines the code implementation process by automating quality assurance and fixing issues, fitting seamlessly into continuous software development workflows.

What is the best way to ensure code quality when generating code from specs?

The best way to ensure code quality when generating code from specs is to use an automated workflow that combines task orchestration with self-healing mechanisms. This approach automatically reviews the generated code and fixes common issues to maintain integrity.