lfg

Orchestrate a software task pipeline from planning to pull request.

10|Updated Dec 13, 2016
One-click install
npx skills add https://github.com/vitallium/dotfiles --skill lfg-vitallium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lfg
Source: https://github.com/vitallium/dotfiles/tree/main/dot_agents/skills/lfg
Command: npx skills add https://github.com/vitallium/dotfiles --skill lfg-vitallium

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the end-to-end execution of software tasks, removing the need for manual coordination across planning, development, review, testing, and deployment.

Core Features & Use Cases

  • End-to-end software task orchestration from planning to PR and CI until green.
  • Enforces strict step order: plan → work → code-review → test → commit → push → open PR → CI watch → fix failures until green.
  • Activated only when the user asks for hands-off execution of a feature with a clear description; otherwise, it won't route casual conversation.

Quick Start

Describe the feature you want and request hands-off execution to run the full pipeline.

Frequently Asked Questions about lfg

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

FAQPage Schema
How do I automate a software feature pipeline end-to-end from planning to PR?

You can automate a software feature pipeline end-to-end by requesting hands-off execution, which orchestrates planning, coding, review, testing, and CI handling into a single autonomous workflow. It enforces a strict step order from plan to CI green.

What is hands-off software task orchestration?

Hands-off software task orchestration is the autonomous execution of a complete development pipeline. It handles everything from initial planning and coding to code review, testing, committing, pushing, opening a PR, and monitoring CI until all checks pass.

How do I ensure code review and testing happen before a pull request is opened?

To ensure code review and testing happen before opening a pull request, use an automated pipeline that enforces a strict step order. The workflow requires work, code review, and testing to complete successfully before committing, pushing, and opening a PR.

Can I use autonomous pipeline orchestration to fix CI failures automatically?

Yes, autonomous pipeline orchestration can fix CI failures automatically. After opening a PR, the workflow watches the CI process and continues to resolve any failures until the CI status is green, ensuring a fully hands-off execution.

When should I use an automated software task pipeline?

You should use an automated software task pipeline when you need hands-off execution of a software feature with a clear description. It does not route casual conversation, so it is best suited for complete development tasks requiring planning through CI monitoring.

Does automated task orchestration require a written plan before coding starts?

Yes, automated task orchestration requires a written plan before coding starts. The pipeline enforces this required order of steps, ensuring that planning is completed and documented before proceeding to the actual development and code review phases.