rawgentic:implement-feature

Orchestrate GitHub issue implementation through design, TDD, review, and pull request creation.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-implement-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rawgentic:implement-feature
Source: https://github.com/3D-Stories/rawgentic/tree/main/skills/implement-feature
Command: npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-implement-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex process of implementing features or fixing bugs from GitHub issues, ensuring code quality, adherence to best practices, and efficient development workflows.

Core Features & Use Cases

  • End-to-End Workflow: Guides a feature from issue to merged PR, including design, implementation, code review, and CI/deployment verification.
  • Quality Gates: Integrates automated critiques and checks at multiple stages to catch issues early.
  • TDD & Reproducibility: Enforces test-driven development and config-driven processes for reliable outcomes.
  • Use Case: You have a GitHub issue to add user authentication to your web application. This Skill will analyze the codebase, design the implementation, write the code with tests, conduct a code review, and create a pull request ready for merging.

Quick Start

Use the rawgentic:implement-feature skill to implement the feature described in GitHub issue number 155.

Frequently Asked Questions about rawgentic:implement-feature

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

FAQPage Schema
How do I automate feature implementation from a GitHub issue to a merged pull request?

Automating feature implementation from a GitHub issue involves a multi-step workflow that handles codebase analysis, architectural design, test-driven development, multi-agent code review, and pull request creation to ensure quality gates are met.

How does test-driven development fit into automated CI/CD workflows for bug fixing?

Test-driven development fits into automated bug fixing workflows by enforcing quality gates and reproducible outcomes, ensuring tests guide the implementation before code review and adaptive CI/deployment verification stages.

Do I need a specific configuration file to enable automated code review and workflow automation?

Yes, you need a .rawgentic.json configuration file to enable config-driven project setup, which manages the workflow automation, conventional commits, and quality gates for the feature implementation process.

What is the best way to ensure code quality when implementing features from GitHub issues?

The best way to ensure code quality when implementing features from GitHub issues is to use a workflow that integrates automated critiques, multi-agent code review, and adaptive CI/deployment verification at multiple stages to catch issues early.

Can I use workflow automation for both feature implementation and bug fixing with conventional commits?

Yes, you can use workflow automation for both feature implementation and bug fixing, as the process enforces conventional commits, manages codebase analysis, and verifies deployments through adaptive CI checks.