One-click install
npx skills add https://github.com/mguilarducci/vrau --skill execute-mguilarducci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/mguilarducci/vrau/tree/main/skills/execute
Command: npx skills add https://github.com/mguilarducci/vrau --skill execute-mguilarducci

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the implementation of a previously approved plan, ensuring code is written, reviewed, and prepared for merging according to strict workflow guidelines.

Core Features & Use Cases

  • Code Implementation: Executes tasks defined in a merged plan document.
  • Parallel Task Execution: Dispatches agents to work on independent tasks concurrently.
  • Mandatory Code Review: Enforces fresh-eyes code review after each task group.
  • Verification & PR: Runs pre-merge verification and handles final PR creation.
  • Use Case: After a plan for a new feature is approved and merged, this Skill takes over to write the code, get it reviewed by other agents, and create the final pull request.

Quick Start

Use the execute skill to implement the approved plan for the current task.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate code implementation from an approved development plan?

Automating code implementation from an approved development plan involves executing tasks defined in a merged plan document, dispatching agents for parallel task execution, and enforcing mandatory code reviews before final verification and pull request creation.

What is the best way to manage parallel task execution during a git workflow?

Managing parallel task execution during a git workflow is handled by dispatching agents to work on independent tasks concurrently, ensuring code is written and reviewed according to strict workflow guidelines before merging.

How do I enforce a mandatory code review before creating a pull request?

Enforcing a mandatory code review before creating a pull request requires running a fresh-eyes review process after each task group, followed by pre-merge verification to ensure code safety and compliance.

Can I execute a development plan without committing directly to the main branch?

Executing a development plan without committing directly to the main branch is supported by strict safety rules that prevent main branch commits, verifying changes with live sources before final pull request creation.

What are the limitations of automating pull request creation for complex development workflows?

Limitations of automating pull request creation include the requirement of a previously approved and merged plan document, and the necessity to adhere to strict workflow guidelines for safe code shipping.