implement-tasks

Implement plan tasks, run CI, mark done, and commit changes.

1|1|Updated Mar 10, 2013
One-click install
npx skills add https://github.com/aaronlord/.dotfiles --skill implement-tasks-aaronlord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-tasks
Source: https://github.com/aaronlord/.dotfiles/tree/main/pi/skills/implement-tasks
Command: npx skills add https://github.com/aaronlord/.dotfiles --skill implement-tasks-aaronlord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, markdown, shell scripting, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing tasks from a plan, running them through CI, marking them as done, and committing changes.

Core Features & Use Cases

  • Task Implementation: Reads task files for full context, implements, runs CI, marks tasks as done in a task file, and commits changes.
  • CI/CD: Executes targeted CI steps during task implementation and performs a full CI suite after the last task.
  • Use Case: Imagine you have a plan of tasks with dependencies. Use this Skill to automate the execution of these tasks in the correct order and ensure they meet your quality standards.

Quick Start

Use the implement-tasks skill to implement tasks from the plan 'my-plan' and run them through CI.

Frequently Asked Questions about implement-tasks

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

FAQPage Schema
How do I automate task implementation and run CI checks from a markdown plan?

Automating task implementation reads markdown task files for context, executes targeted CI steps, marks tasks as done, and commits changes via git to streamline the workflow.

How does CI/CD automation work when executing tasks with dependencies?

CI/CD automation works by executing targeted CI steps during individual task implementation and running the full CI suite after the last task to ensure quality standards are met.

Do I need git and shell scripting to automate task execution and version control?

Yes, you need git, markdown, and shell scripting to perform task implementation, run CI operations, and manage version control when automating task execution.

What is the best way to manage work and mark tasks as done after running CI?

The best way to manage work involves reading the task plan, implementing the tasks, running CI checks, marking tasks as done in the task file, and committing the changes directly.

Can I execute tasks in a specific order and run a full CI suite after completion?

Yes, you can execute tasks in the correct order based on dependencies and the automation will perform a full CI suite after the last task is implemented to validate the changes.

Why use shell scripting and markdown for task tracking and CI/CD automation?

Shell scripting and markdown are used for task tracking and CI/CD automation because they provide the necessary environment to read task context, execute scripts, and update task status.