task-feedback-reader

Parse task feedback markdown files to determine implementation loop exit conditions.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill task-feedback-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-feedback-reader
Source: https://github.com/ductrung-nguyen/Orca-vscode/tree/main/.github/skills/task-feedback-reader
Command: npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill task-feedback-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the parsing of task feedback files, enabling intelligent control over implementation refinement loops by determining exit conditions.

Core Features & Use Cases

  • Status Parsing: Extracts the PASS/FAIL status from feedback files.
  • Issue Tallying: Counts critical and warning issues reported in feedback.
  • Loop Control: Determines whether to continue, exit due to success, or exit due to maximum attempts.
  • Use Case: After a code validation step, this skill reads the feedback to decide if the implementation is complete, needs further refinement, or has exceeded the allowed attempts.

Quick Start

Use the task-feedback-reader skill to parse the feedback file located at .tot-docs/001-user-auth/task-1.1-feedback.md.

Frequently Asked Questions about task-feedback-reader

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

FAQPage Schema
How do I parse task feedback files to control implementation loop exit conditions?

To control implementation loop exit conditions, you parse task feedback files by applying regular expressions to extract PASS/FAIL status, attempt counts, and issue details from specific markdown file formats.

How does task feedback parsing work for sub-task validation status?

Task feedback parsing works for sub-task validation status by reading specific markdown feedback files and applying regular expressions to extract the PASS/FAIL status, count critical and warning issues, and determine whether to continue or exit the loop.

Can I use task feedback parsing to read feedback for remediation after a code validation step?

Yes, you can use task feedback parsing to read feedback for remediation after a code validation step. It extracts critical and warning issues from validation feedback files to decide if implementation needs further refinement.

What is the best way to decide loop continuation when checking sub-task validation status?

The best way to decide loop continuation when checking sub-task validation status is to parse the feedback file to determine whether to exit due to success, continue for refinement, or exit due to exceeding maximum allowed attempts.

Do I need specific markdown file formats to extract issues from validation feedback?

Yes, you need specific markdown file formats to extract issues from validation feedback. The parsing process requires reading structured markdown files to accurately apply regular expressions for extracting status, attempt counts, and issue details.

Why does task feedback parsing fail to determine implementation loop exit conditions?

Task feedback parsing fails to determine implementation loop exit conditions when the feedback file does not match the required specific markdown format, preventing regular expressions from extracting the necessary status, attempt counts, and issue details.