Displays the current progress status, test coverage metrics, and deployment state of the project.
Install
mkdir -p .claude/skills/status-serithemage && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9532" && unzip -o skill.zip -d .claude/skills/status-serithemage && rm skill.zipInstalls to .claude/skills/status-serithemage
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Shows project progress, phase completion status, test coverage, and deployment info. Use when checking what has been implemented, what remains, or current operational state.Key capabilities
- →Show project progress
- →Check phase completion
- →View test coverage
- →Check deployment state
How it works
It aggregates project data including git logs, phase metrics, and test coverage to provide a snapshot.
Inputs & outputs
When to use status
- →Monitoring phase completion
- →Checking test coverage stats
- →Viewing recent project progress
- →Verifying current operational mode
About this skill
Project Status
Full progress details: docs/progress.md
Recent Commits
git log --oneline -10
Phase Summary
| Phase | Description | Status |
|---|---|---|
| Phase 0 | Docs + project setup | Complete |
| Phase 1 (10/10) | MVP — Fargate + Gateway + Web + Telegram | Complete |
| Phase 2 | Lambda agent migration | Complete |
Phase 1 Milestones (all complete)
1-1 Project init, 1-2 NetworkStack + StorageStack, 1-3 Container, 1-4 Gateway Lambda, 1-5 API Gateway, 1-6 Cognito, 1-7 Compute, 1-8 Web UI, 1-9 Telegram, 1-10 Integration tests/documentation
Phase 2 (Lambda Migration)
- Lambda container image with embedded OpenClaw (
runEmbeddedPiAgent()) - LambdaAgentStack CDK stack
AGENT_RUNTIMEfeature flag:fargate|lambda|both- Bedrock discovery disabled → 1.35s cold start
- SessionLock for concurrent Lambda invocation safety
Cold Start Issues Resolved
All GitHub issues #2–#9 closed: P1-P5 cold start, #7 zstd, #8 CPU configurable, #9 OpenClaw version pin
Current Operational Mode
AGENT_RUNTIME=both # Fargate (long sessions) + Lambda (quick queries)
Test Coverage
| Suite | Count |
|---|---|
| Unit tests | 233 |
| E2E tests (CDK synth) | 35 |
| Total | 268 |
Run tests:
npm run test # Unit tests
npm run test:e2e # E2E (CDK synth)
AWS Deployment Info
See docs/deployment.md for full deployment guide.
| Resource | Value |
|---|---|
| AWS Region | ap-northeast-2 |
| HTTP API | https://2msk3i79v6.execute-api.ap-northeast-2.amazonaws.com |
| WebSocket | wss://wkw2xo5011.execute-api.ap-northeast-2.amazonaws.com/prod |
| CloudFront | https://dpw7grkq1m9vw.cloudfront.net |
| Cognito User Pool | ap-northeast-2_r6wLZ95dd |
| ECR | 779411790546.dkr.ecr.ap-northeast-2.amazonaws.com/serverless-openclaw |
CDK Stacks (9 total)
SecretsStack → NetworkStack → StorageStack → {AuthStack, ComputeStack} → ApiStack → WebStack + MonitoringStack + LambdaAgentStack
Verify Deployment
make task-status # ECS Fargate task status
make task-logs # Tail container logs
When not to use it
- →When the project has no status tracking
- →When the user wants to bypass status checks
Prerequisites
Limitations
- →Requires progress documentation
- →Snapshot-based
How it compares
It provides a unified view of operational state and progress, unlike standard git log tools.
Compared to similar skills
status side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| status (this skill) | 0 | 4mo | Review | Beginner |
| cto-engineering-metrics | 5 | 9mo | No flags | Advanced |
| summarize-activity | 6 | 6mo | Review | Beginner |
| conductor-status | 0 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by serithemage
View all by serithemage →You might also like
cto-engineering-metrics
rinaldofesta
Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.
summarize-activity
alpinejs
Summarize recent GitHub activity — discussions, PRs, issues, events, traffic — into an actionable report so you can stay on top of the project without reading everything.
conductor-status
sickn33
Display project status, active tracks, and next actions
daily-report
ianphil
Generates a comprehensive daily report covering ADO work items, Teams chats, calendar, email, local mind next-actions, and inbox notes. Run this each morning to get a scannable summary of everything you need to know to start your day. Use when user asks for "daily report", "morning briefing", or "wh
triage-meeting-prep
microsoft
Prepare weekly triage meeting summary for WinAppSDK Needs-Triage issues. Use when preparing for triage meetings, reviewing Needs-Triage issues, generating diff reports since last triage, summarizing new or updated issues, or creating action item recommendations. Triggers on requests involving triage
ble
mozilla
Run Base Load Engineer checks for the current day and produce a prioritized action list