sr-task-loop

Execute markdown task files through read, implement, validate, review, and update steps.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/tanghuo/th-skill --skill sr-task-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sr-task-loop
Source: https://github.com/tanghuo/th-skill/tree/main/skills/sr-task-loop
Command: npx skills add https://github.com/tanghuo/th-skill --skill sr-task-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of markdown files containing tasks within a structured loop, validating and reviewing changes, and updating task status.

Core Features & Use Cases

  • Disciplined Loop Execution: Ensures each task is executed with predefined steps: read context, implement change, validate, review, and update status.
  • Task Validation: Performs various validation checks for code quality, data integrity, and adherence to specifications.
  • Review Workflow: Incorporates both code and specification reviews to ensure the accuracy and maintainability of changes.
  • Use Case: Ideal for managing individual tasks in a structured development process, such as software development, documentation updates, or data analysis tasks.

Quick Start

Execute the task with 'sr-task-loop docs/foo-tasks/03-repository-queries.md'.

Frequently Asked Questions about sr-task-loop

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

FAQPage Schema
How do I automate task execution from markdown files in a development workflow?

You can automate task execution by running markdown files in a structured loop that performs read, implement, validate, review, and update actions. This ensures each development task is processed systematically with automated checks and reviews.

What is a disciplined task loop for software development?

A disciplined task loop is a controlled execution cycle for individual development tasks. It processes each task through predefined steps: reading context, implementing changes, validating quality, reviewing code, and updating task status.

How do I run validation and code reviews on individual development tasks?

You run validation and code reviews by executing markdown task files through a structured loop. The process automatically performs validation checks for code quality and data integrity, followed by specification and code reviews to ensure accuracy.

Can I use task markdown files for documentation updates and data analysis?

Yes, task markdown files can be used for documentation updates and data analysis tasks. The execution loop processes any individual task requiring structured validation and review, making it suitable for various structured development contexts.

How do I start executing a markdown task file in the loop?

You start executing a markdown task file by running the command with the file path, such as 'sr-task-loop docs/foo-tasks/03-repository-queries.md'. The tool then automatically reads the context and begins the implementation cycle.

What is the best way to manage individual tasks in a structured development process?

The best way to manage individual tasks is using an automated execution loop that handles reading, implementing, validating, reviewing, and updating status. This enforces disciplined task automation without requiring manual intervention for each step.