원클릭으로
status
Sprint / project status from knowledge graph. Show what's planned, in-progress, done.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sprint / project status from knowledge graph. Show what's planned, in-progress, done.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end MCP server verification — spawn stdio server, list tools, invoke each one, verify response shape.
Set up a demo session — pick a sample repo, index it, open web UI, prep the narrative.
Run full lint + format + test + frontend build. Pre-commit / pre-release check.
Cut a release — bump version, update CHANGELOG, tag, push, create GitHub release, install local binaries.
Audit MCP tool set — count, descriptions, consolidation candidates, budget compliance.
Autonomous research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and files everything into the knowledge graph. Based on Karpathy's autoresearch pattern. Triggers on: "/autoresearch", "research [topic]", "deep dive into [topic]", "investigate [topic]", "find everything about [topic]", "go research".
| name | status |
| description | Sprint / project status from knowledge graph. Show what's planned, in-progress, done. |
Read the knowledge graph, show the project state. No guessing from memory.
## Codescope Status (YYYY-MM-DD)
### In Progress
<list of status:in-progress entries, grouped by area>
### Planned (by priority)
**High:**
- <title> — <one-line summary>
**Medium:**
- ...
**Low:**
- ...
### Shipped this week
<entries with shipped:YYYY-MM-DD within last 7 days>
### Current version
<from Cargo.toml>
# In progress
knowledge(action="search", query="status:in-progress")
# Planned by priority
knowledge(action="search", query="status:planned priority:high")
knowledge(action="search", query="status:planned priority:medium")
knowledge(action="search", query="status:planned priority:low")
# Recently shipped (last 7 days — tag contains "shipped:YYYY-MM-DD")
knowledge(action="search", query="shipped:2026-04")
knowledge(action="search", query=...) returns nothing, say so. Don't invent plans.Cargo.toml, not from memoryThis skill is a pure read skill — it reads the graph, doesn't modify anything. Safe to invoke any time.