Agent skill · Workflow & Productivity

task-analyzer

Selects the smallest set of task-execution skills and metacognitive safeguards for standalone task and diagnosis workflows.

shinprgithub.com/shinprGitHub ↗
claude-codeMIT
Install
npx skills add shinpr/claude-code-workflows --skill task-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/task-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 664
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Task Analyzer Use [skills-index.yaml](references/skills-index.yaml) as the available skill catalog. Documentation routing and workflow Structural Scale belong to `documentation-criteria`, not this skill. ## Process ### 1. Identify Task Essence State the observable purpose beyond the surface operation. Preserve an explicitly invoked recipe or governing artifact as the entry point. ### 2. Match Skills to Task Evidence Extract task-evidence tags and match them to the catalog. Add a skill only when its rules change the requested action, verification, or handling of a concrete risk. | Task evidence | Consider | |---|---| | Observed defect or failure | `ai-development-guide`, `testing-principles` | | Code implementation or refactoring | `coding-principles`, `testing-principles` | | Requested design artifact | `documentation-criteria` | | Multiple credible implementation strategies requiring cost comparison | `implementation-approach` | | Observable cross-boundary behavior that cannot be proven more cheaply | `integration-e2e-testing` | | React or TypeScript frontend code | `typescript-rules` and applicable frontend testing rules | Select in this order: 1. `governing`: defines the reque

What's inside
Steps it walks through
  1. Process
  2. 1. Identify Task Essence
  3. 2. Match Skills to Task Evidence
  4. 3. Generate Execution Guidance
  5. Output
  6. Completion Check
Ships with 1 file
  • references/skills-index.yaml
More from claude-code-workflows
All skills →
About this skill
What does the task-analyzer skill do?

Selects the smallest set of task-execution skills and metacognitive safeguards for standalone task and diagnosis workflows.

How do I install it?

Run `npx skills add shinpr/claude-code-workflows --skill task-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From shinpr/claude-code-workflows, a repository with 664 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going