do

Classify coding requests and route them to appropriate sub-workflows.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill do-youssefkadaouiabbassi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/youssefKadaouiAbbassi/yka-code/tree/main/skills/do
Command: npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill do-youssefkadaouiabbassi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill serves as the primary entry point for coding tasks, classifying user requests and routing them to the appropriate sub-workflow for efficient execution.

Core Features & Use Cases

  • Task Classification: Determines the nature of the coding task (e.g., feature development, bug fixing, refactoring).
  • Workflow Routing: Directs tasks to specific sub-workflows like 'ship-feature', 'fix-bug', 'refactor-safely', etc.
  • Parallel Processing: Utilizes team and subagent strategies for parallel processing and coordination.
  • Verification: Ensures tasks are completed with proper verification and validation steps.

Quick Start

To start a coding task, simply invoke the 'do' skill with your request, e.g., "do, build a new feature".

Frequently Asked Questions about do

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

FAQPage Schema
How do I manage coding tasks and route them to the right workflow?

To manage coding tasks, you can use an entry point that classifies requests and routes them to sub-workflows like ship-feature or fix-bug. This ensures tasks are directed to the appropriate workflow for efficient execution and coordination.

What is the best way to handle parallel processing for feature development?

Parallel processing for feature development is handled by utilizing team and subagent strategies. This coordinates multiple coding tasks simultaneously, ensuring efficient execution and proper verification upon completion.

Can I use a single command for bug fixing, refactoring, and code reviews?

Yes, you can use a single entry point for bug fixing, refactoring, and code reviews. It classifies the specific nature of your coding request and automatically routes it to the appropriate sub-workflow for execution.

How does task classification work for software engineering workflows?

Task classification for software engineering workflows works by determining the nature of the coding task, such as feature development or bug fixing, and directing it to specific sub-workflows. This ensures tasks match the correct processing strategy.

Do I need to specify a sub-workflow when starting a coding task?

No, you do not need to specify a sub-workflow when starting a coding task. You simply invoke the skill with your request, and it classifies the task and routes it to the correct workflow automatically.