implement

Automate end-to-end software feature implementation and bug fixes with GitHub PRs.

2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill implement-lightforgelabsstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/LightForgeLabsStudio/AIDE/tree/main/skills/implement
Command: npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill implement-lightforgelabsstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of implementing a feature or fixing a bug, from understanding the initial specification to merging the final code.

Core Features & Use Cases

  • Full Workflow Automation: Manages spec intake, planning, coding, testing, and PR submission.
  • Role-Based Identity: Enforces correct GitHub identity for implementation actions.
  • Use Case: A developer needs to add a new user authentication flow. This Skill will guide them through creating a plan, writing the code and tests, and submitting a draft Pull Request for review.

Quick Start

Use the implement skill to start the end-to-end implementation workflow for a new feature based on the provided issue description.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the end-to-end implementation of a software feature?

Automating end-to-end feature implementation involves managing the full lifecycle from spec intake and codebase surveying to coding, validation, and pull request submission. This workflow enforces role-based GitHub identity and follows canonical AIDE implementation steps.

What is the best way to automate drafting pull requests for a new development workflow?

Drafting pull requests through automation is handled by surveying the codebase, planning the changes, writing code, and validating it before submission. The process enforces correct GitHub identity to ensure implementation actions are properly attributed.

Can I use automated coding workflows to fix bugs and add a user authentication flow?

Automated coding workflows support both bug fixes and adding new user authentication flows. The Skill guides you through creating a plan, writing the necessary code and tests, and submitting a draft Pull Request for review.

Does the implementation workflow require manual git commands for merging and refinement?

The implementation workflow manages merging and refinement automatically without requiring manual git commands. It handles validation and refinement steps internally to ensure the code meets requirements before merging.

What is needed to start an automated implementation workflow from an issue description?

To start an automated implementation workflow, you need to provide an issue description or specification. The Skill takes this spec intake and automatically plans, codes, tests, and submits the feature for review.

When should I not use fully automated coding for my software engineering tasks?

Fully automated coding is designed for features and bug fixes that follow canonical AIDE workflows. If your task requires manual intervention outside of role-based GitHub identity enforcement, alternative manual development approaches may be needed.