list

Query task status and dependencies across notebooks without modifying state.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/huacheng/moonview --skill list-huacheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/huacheng/moonview/tree/main/plugins/task-ai/skills/list
Command: npx skills add https://github.com/huacheng/moonview --skill list-huacheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query task status and relationships across notebooks in a read-only manner.

Core Features & Use Cases

  • Read-only query of task inventory and status across notebooks.
  • View dependencies and timelines to audit workflows.
  • Quickly identify stalled tasks and plan re-prioritization.

Quick Start

Run /task-ai:list to view all notebooks and their tasks.

Frequently Asked Questions about list

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

FAQPage Schema
How do I audit task status and dependencies across multiple notebooks?

To audit task status and dependencies across multiple notebooks, run a read-only query to output a dependency graph and status timeline without writing files or changing state.

Can I view a status timeline for project workflows without altering notebook data?

Yes, you can view a status timeline for project workflows in a read-only manner, ensuring the query inspects tasks and relationships without writing files or altering state.

What is the best way to identify stalled tasks for re-prioritization across notebooks?

The best way to identify stalled tasks for re-prioritization is to query the task inventory and status across notebooks to quickly spot blocked or inactive items in the dependency graph.

How do I filter the dependency graph to only show tasks from a specific notebook?

To filter the dependency graph for a specific notebook, pass an optional notebook filter to the query, which then outputs the scoped task dependencies and status timeline.

Does the task status query support generating visual dependency graphs for project workflows?

Yes, the task status query supports generating dependency graphs for project workflows by inspecting task relationships across notebooks and outputting the structural connections.

Are there limitations to querying task dependencies in a read-only manner?

A limitation of querying task dependencies in a read-only manner is that it cannot write files or change state, meaning you can only review status timelines but cannot update tasks directly.