# Task Inspector

> Read-only task inspection skill for controller, worker, and human sessions. Use when the user wants to view task status, inspect a task, or list tasks without changing lifecycle state.

- Skill: `jsonlee12138/task-inspector` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jsonlee12138/task-inspector`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jsonlee12138/task-inspector/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: jsonlee12138 (https://skillmd.com/u/jsonlee12138)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jsonlee12138/task-inspector

---


# task-inspector

## Audience

- controller
- worker
- human

## Triggers

- inspect task
- task status
- list tasks
- show task

## CLI Binding

- `agent-team task list`
- `agent-team task show`

## Required Entry

- controller/human: MUST read `.agent-team/rules/index.md` first.
- worker: MUST read `worker.yaml` first.

## Expansion

- Load only the task artifact or task lookup needed for the read-only question.

## Boundary

- This skill is read-only.
- If the prompt includes create, assign, done, or archive intent, route to `task-orchestrator` instead.

