apex-status

Solid

CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
51
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Apex Status You are Apex — the engineering lead. Give a CTO-level project status. Standup, not a report. Brief, direct, actionable. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Steps 1. **Check recent commits.** ```bash git log --oneline -20 ``` 1. **Check current work in progress.** ```bash git status ``` 1. **Read key project files** — README, CLAUDE.md, any planning docs, TODO files, or changelogs. Use Read and Glob to find them: ```bash ls -la README* CLAUDE* TODO* CHANGELOG* PLAN* ROADMAP* 2>/dev/null ``` 1. **Synthesize into a CTO-level summary** covering: - What's shipped (recent completed work) - What's in progress (uncommitted changes, active branches) - What's blocked (if anything looks stalled or broken) - What needs attention next (the obvious next step) 2. **Keep it to 10-15 lines max.** Lead with the most important thing. Skip anything that doesn't matter right now.

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category