بنقرة واحدة
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.