task-review

Capture high-complexity task execution patterns as reusable skill files.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill task-review-atro2829-hub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-review
Source: https://github.com/atro2829-hub/APPLE-NET-NEW/tree/main/skills/task-review
Command: npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill task-review-atro2829-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a completed high-complexity task into a reusable skill entry so the same workflow can be reused on future, similar jobs.

Core Features & Use Cases

  • Skill detection: Identifies when a task is complex enough to merit reuse based on tool usage, dead ends, or multi-step execution.
  • Skill persistence: Updates an existing matching skill or creates a new skill file when the workflow is reusable.
  • Use Case: A long debugging, analysis, or delivery task finishes cleanly and the agent needs to preserve the process, pitfalls, and checks for later reuse.

Quick Start

Use the task-review skill to decide whether this completed task should be saved as a reusable skill and update the matching SKILL.md accordingly.

Frequently Asked Questions about task-review

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

FAQPage Schema
How do I capture repeatable task patterns as reusable skills after a complex workflow?▼

To capture repeatable task patterns as reusable skills, you review the completed workflow for multi-tool usage, error recovery, or multiple explicit steps. The process checks for existing matching skills, appends reusable lessons to them, or generates a new skill file with proper frontmatter and operational guidance.

What makes a completed workflow complex enough to save as a reusable skill?▼

A workflow is complex enough to save as a reusable skill when the task execution involved multiple tools, recovered from dead ends or errors, or required several explicit operational steps to finish cleanly.

How do I document task analysis findings into a new skill file?▼

You document task analysis findings by creating a new skill file that includes proper frontmatter and operational guidance. This file preserves the process, pitfalls, and checks from the completed high-complexity task for future reuse.

When should I append new lessons to an existing skill instead of creating a new one?▼

You should append reusable lessons to an existing skill when task analysis finds a matching skill already exists. If no matching skill is found during the review, you create a new skill file to capture the workflow.

Does workflow capture require checking for existing matching skills first?▼

Yes, workflow capture requires checking for existing matching skills first. This ensures you append reusable lessons to an existing skill file when appropriate, rather than duplicating workflows by creating a new skill file.