full-cycle

Orchestrate plan-driven software development cycles ending in pull request generation.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill full-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-cycle
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/full-cycle
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill full-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire software development lifecycle, from initial planning and coding to review, fixing, and final PR creation, eliminating manual orchestration and saving significant developer time.

Core Features & Use Cases

  • Automated Workflow Orchestration: Chains multiple development tasks into a single, seamless process.
  • Plan Creation & Validation: Generates and validates implementation plans using AI assistance (Codex).
  • Automated Execution & Review: Executes plans, runs tests, and performs self-reviews using integrated skills.
  • Iterative Fixing & PR Creation: Handles review feedback, commits fixes, and creates pull requests automatically.
  • Use Case: A developer can initiate this skill with a high-level requirement, and it will autonomously create a plan, write the code, test it, address review comments, and submit a pull request, allowing the developer to focus on complex problem-solving.

Quick Start

Initiate the full development cycle by describing the feature or bug fix you need to implement.

Frequently Asked Questions about full-cycle

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

FAQPage Schema
How do I automate the entire development workflow from planning to pull request?

Automating the development workflow requires orchestrating plan creation, code execution, self-review, iterative fixing, and pull request generation. This Skill chains these phases into a single process, managing dependencies and integrating AI validation throughout the cycle.

What is an AI-assisted full cycle development process?

An AI-assisted full cycle development process uses artificial intelligence to generate and validate implementation plans, execute code, run tests, and perform self-reviews. It manages dependencies between development phases to ensure adherence to project rules and coding standards.

Can I automatically create a pull request after iterative code fixing?

Yes, you can automatically create a pull request after iterative code fixing. The workflow handles review feedback, commits fixes, and submits the pull request autonomously once the automated execution and self-review phases are complete.

Do I need to manually validate implementation plans when using development workflow automation?

No, manual validation of implementation plans is not required. The automation generates and validates implementation plans using AI assistance, specifically Codex, ensuring the plans meet project rules before execution begins.

What are the limitations of automating a complete software development lifecycle?

Automating a complete software development lifecycle requires strict adherence to project rules and coding standards. While it eliminates manual orchestration, developers must still provide high-level requirements and focus on complex problem-solving tasks that automation cannot handle.

How does automated self-review work in a development workflow?

Automated self-review works by executing implementation plans, running tests, and performing integrated reviews using AI. It manages dependencies between phases and iteratively fixes code based on review feedback before creating a pull request.