run

Automate development workflows from planning through pull request monitoring.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill run-awinogradov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/run
Command: npx skills add https://github.com/awinogradov/code-assistants --skill run-awinogradov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire development workflow, from planning to creating a pull request and monitoring it until approval, saving developers time and reducing manual errors.

Core Features & Use Cases

  • Automated Development Workflow: Plans, implements, commits, creates a pull request, and monitors it until approved, without manual intervention.
  • Use Case: Use this Skill to automate the process of implementing a feature, such as adding a new endpoint to an API, and monitor the pull request for feedback and approval.

Quick Start

Run the 'run' skill with the task description 'Add a new API endpoint'.

Frequently Asked Questions about run

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

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

Automating the development workflow involves planning, implementing, committing, and creating a pull request. This Skill handles the complete process autonomously, including monitoring the pull request until it receives approval.

Can I automate pull request creation and monitoring in my CI/CD pipeline?

Yes, you can automate pull request creation and monitoring within CI/CD pipelines. The Skill is specifically designed for this context, managing the workflow from implementation to final approval without manual intervention.

What tools are required for development automation and branch management?

Development automation requires tools for code analysis, branch management, and pull request automation. These dependencies integrate with the Skill to execute the planned implementation and monitor the resulting code review.

How do I implement a new API endpoint and automate the code review process?

To implement a new API endpoint and automate code review, run the skill with a task description like 'Add a new API endpoint'. It handles implementation, commits the code, creates the pull request, and monitors feedback.

Does workflow automation handle code analysis before committing to a branch?

Yes, workflow automation handles code analysis before committing. It requires specific code analysis tools to function correctly, ensuring the automated implementation meets project standards before pull request creation.