tasks-report

Generate consolidated task reports with statuses and priorities from PM systems.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/dusktreader/site-nine --skill tasks-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-report
Source: https://github.com/dusktreader/site-nine/tree/main/.opencode/skills/tasks-report
Command: npx skills add https://github.com/dusktreader/site-nine --skill tasks-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a unified view of the active task landscape by aggregating data from both new PM systems and legacy task tooling, enabling teams to quickly assess workload, priorities, and progress.

Core Features & Use Cases

  • Unified visibility across task sources to surface active tasks, statuses, priorities, and assignees.
  • Quick summaries and filters by status, role, or priority to focus on actionable work.
  • On-demand details and task inspection to support planning, claiming, and updating tasks.

Quick Start

Generate an active-task report using the modern PM workflow:

  • s9 task report --active-only Or use the legacy system:
  • cd .opencode/tasks
  • ./tasks.py report --active-only To inspect a specific task:
  • cd .opencode/tasks
  • ./tasks.py show TASK_ID

Frequently Asked Questions about tasks-report

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

FAQPage Schema
How do I get a live view of all active tasks across my project management systems?

A task report aggregates active tasks from both modern PM systems and legacy tooling into one consolidated view, showing statuses, priorities, and assignees. Generate it with `s9 task report --active-only` or `cd .opencode/tasks && ./tasks.py report --active-only`.

Can I filter tasks by status, priority, or role in a dashboard view?

Yes. The task report supports filtering by status, role, and priority to surface only actionable work. Use report commands with appropriate filter flags to focus on specific task subsets matching your workflow needs.

How do I inspect details for a specific task to update or claim it?

Run `cd .opencode/tasks && ./tasks.py show TASK_ID` to retrieve full task details. This enables planning, claiming, and updating individual tasks from the command line.

Does this work with both new and legacy project management tools?

Yes. The skill unifies visibility across new PM systems and legacy task tooling in a single report, eliminating the need to check multiple sources for workload and priority assessment.

What's the fastest way to identify blockers and workload bottlenecks for my team?

Generate a live task report filtered by status and priority to quickly surface blockers and assess team workload. The consolidated view eliminates manual checking across multiple task sources.