One-click install
npx skills add https://github.com/0xrafasec/ai-workflow --skill feature-0xrafasec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature
Source: https://github.com/0xrafasec/ai-workflow/tree/main/skills/feature
Command: npx skills add https://github.com/0xrafasec/ai-workflow --skill feature-0xrafasec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github, gh, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the full end-to-end process of implementing a feature, including code writing, testing, and code review, significantly speeding up the development cycle.

Core Features & Use Cases

  • Feature Implementation: Automatically implement a feature based on a spec file.
  • Code Review: Perform an independent, language-aware review with specialized agents.
  • Parallel Execution: Execute development tasks in parallel to increase efficiency.
  • Use Case: When a developer wants to implement a new feature, they can use this skill to automatically generate code, write tests, and perform a review, all within one command.

Quick Start

To implement the 'auth spec', use the command: /feature auth

Frequently Asked Questions about feature

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

FAQPage Schema
How do I automate feature implementation and code review from a spec file?

You can automate feature implementation by defining a spec file and executing the feature command. This triggers an automated workflow that writes code, generates tests, and performs an independent language-aware code review.

Can I execute parallel development tasks using trunk-based workflow systems?

Yes, you can execute parallel development tasks using trunk-based workflow systems. This approach automates feature implementation and runs independent code reviews in parallel to significantly increase development efficiency.

Does spec-driven development work with GitHub integration for automated code writing?

Spec-driven development integrates directly with GitHub to automate code writing and testing. It requires a GitHub account and uses the gh CLI to handle feature implementation and code review processes.

What is the best way to perform an independent language-aware code review automatically?

The best way to perform an independent language-aware code review is using specialized agents within an automated feature implementation skill. This ensures objective review of generated code and tests based on a spec file.

Do I need a working knowledge of the codebase to use automated feature implementation?

Yes, you need a working knowledge of the codebase to use automated feature implementation. You must also have Git, GitHub, gh, and YAML configured in your environment to support the spec-driven workflow.