Skill: Find Task
This skill allows agents to verify the current state of a specific task without reading the entire ledger file into context.
Usage
Run the internal script with a Task ID:
bash .github/skills/find-task/find-task.sh [TASK_ID]
Operational Logic
- •Uses
grepto find all entries for the provided ID indocs/current/task-status.jsonl. - •Uses
tail -n 1to isolate the most recent state change. - •Returns the raw JSON line representing the current status.