@stevehuang0115/read-task
ARead the full details of a task file by its absolute path.
Install
agr install @stevehuang0115/read-task --target claudeWrites 2 files into .claude/skills/, pinned to git-433ad40c.
- .claude/skills/read-task/SKILL.md
- .claude/skills/read-task/execute.sh
Document
name: Read Task description: Read the full details of a task file by its absolute path. version: 1.0.0 category: task-management skillType: claude-skill assignableRoles:
- developer
- qa
- tpm
- designer
- frontend-developer
- backend-developer
- fullstack-dev
- qa-engineer
- product-manager
- architect
- generalist
- sales
- support triggers:
- read task
- view task
- show task
- task details tags:
- task
- read
- details execution: type: script script: file: execute.sh interpreter: bash timeoutMs: 15000
Read Task
Read the full details of a task file by its absolute path. Returns the task content, metadata, status, and any subtasks.
Parameters
| Parameter | Required | Description |
|---|---|---|
absoluteTaskPath | Yes | Absolute filesystem path to the task file |
Example
bash config/skills/agent/read-task/execute.sh '{"absoluteTaskPath":"/projects/app/tasks/implement-login.md"}'
Output
JSON with full task details including description, acceptance criteria, priority, status, and related files.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-433ad40ccfe52026-07-31