askill
project-status

project-statusSafety 75Repository

Orchestrate multi-agent workflow for project status reporting across WORKDIR and IDEATION. Use when user asks for project status overview, requests a scan, or says "run project status."

0 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Project Status

Run a multi-agent workflow for project analysis and reporting.

Quick Start

# Full workflow (scan + analyze + report + commit)
uv run ~/.config/opencode/skill/util-project-status/scripts/orchestrator.py

# Dry run (no file writes)
uv run ~/.config/opencode/skill/util-project-status/scripts/orchestrator.py --dry-run

# Skip git commit
uv run ~/.config/opencode/skill/util-project-status/scripts/orchestrator.py --no-commit

Scan Only

# Just scan projects without full analysis
uv run ~/.config/opencode/skill/util-project-status/scripts/scan_projects.py

# Show last scan result
uv run ~/.config/opencode/skill/util-project-status/scripts/scan_projects.py --latest

# Machine-readable output
uv run ~/.config/opencode/skill/util-project-status/scripts/scan_projects.py --json

Workflow Steps

StepAgentDescription
0L1Run scan_projects.py → discovery.json
1L1×9Analyze projects in parallel → analyses.json
2L3Write STATUT.md using template
3L2Append post-mortem
4L2Commit files to git
5-Summary to user

Output Structure

EXPORT/statut_de_projet/
├── STATUT_<run_id>/
│   ├── discovery.json
│   └── STATUT.md
└── historique/
    └── STATUT_<previous_run>/

Constraints

  • Max 9 parallel agents
  • 60s timeout per agent

References

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/20/2026

Well-structured skill with clear workflow, commands, and usage triggers. Includes tags and structured steps. Highly specific to personal dotfiles setup with hardcoded paths, reducing reusability. References external template files that may not be available.

75
85
40
80
85

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publisherpascalandy

Tags

github-actionsprompting