executa-task

Execute development tasks by analyzing PRD/TechSpecs and running tests.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/arthun01/achados-uesc --skill executa-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executa-task
Source: https://github.com/arthun01/achados-uesc/tree/main/.opencode/skills/executa-task
Command: npx skills add https://github.com/arthun01/achados-uesc --skill executa-task

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reading context, analyzing dependencies, executing implementation with testing and quality checks, marking tasks as completed, and triggering reviews. It streamlines the development workflow and enhances team productivity.

Core Features & Use Cases

  • Automated Task Execution: Reads PRD/TechSpec, analyzes dependencies, and executes tasks with testing and verification.
  • Task Marking & Review: Marks tasks as completed in tasks.md and triggers code review at the end.
  • Use Case: For a software developer tasked with implementing a new feature, this Skill can automatically analyze dependencies, execute the code implementation, perform testing, and flag completed tasks.

Quick Start

Execute task 'Implement feature X' by running the 'executa-task' command.

Frequently Asked Questions about executa-task

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

FAQPage Schema
How do I automate code execution and testing from a PRD in my development workflow?

Automating code execution and testing involves analyzing PRD and TechSpecs to identify dependencies, executing code changes, and performing testing. This streamlines the development workflow by automating implementation and verifying task completion.

What is the best way to trigger a code review after completing a feature implementation?

Triggering a code review after feature implementation is best handled by a task automation process that marks tasks as completed in your tracking documents and automatically flags the finished work for review.

Do I need PRD and TechSpec documents to automate task execution?

Yes, you need PRD, TechSpecs, and task context documents to automate task execution. The automation process reads these inputs to analyze dependencies and execute the required code changes with testing.

Can I use task automation to mark completed development tasks in a markdown file?

Yes, task automation can mark completed development tasks directly in a markdown file. It updates the tasks.md document and triggers code reviews at the end of the execution workflow.

How does dependency analysis work when automating implementation tasks?

Dependency analysis for automating implementation tasks works by reading the provided TechSpecs and PRD context. It identifies required dependencies before executing code changes and running tests to verify the implementation.