drill-status

Reports drill-me learning progress including due cards, weak concepts, and next study actions.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill drill-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drill-status
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/drill-me/skills/status
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill drill-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Learners using spaced repetition often lose track of which topics need review, which concepts are weak, and what to study next. This Skill reads the drill-me ledger and produces a compact status dashboard so you always know your learning state at a glance.

Core Features & Use Cases

  • Progress Dashboard: Displays a table of all topics with card counts, cards due now, next due dates, and last session dates.
  • Weak Spot Detection: Surfaces cards flagged as confident-wrong or leech, plus cards with stability under 2 days after 3 or more reviews.
  • Actionable Recommendation: Suggests the single best next study action based on what is due and where you struggle.
  • Use Case: After a week away from studying, ask for your drill-me status to instantly see that 3 cards are due in Rust lifetimes and get a recommendation to do a 10-minute review today.

Quick Start

Ask the assistant to show my drill-me learning status and what I should study next.

Frequently Asked Questions about drill-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my spaced repetition review progress?

Ask for your drill-me status and the Skill reads ~/.drill-me/index.md and all topic files to produce a dashboard. It shows cards due now, next due dates, and last session per topic in a compact table.

How does drill-status identify weak concepts?

It flags cards marked confident-wrong or leech, plus any card with stability under 2 days after 3 or more reviews. These weak spots are named plainly in the report so you know exactly which concepts need attention.

What happens if I have never used drill-me before?

If the ~/.drill-me directory does not exist, the Skill tells you so and suggests running /drill:me with a topic to start your first learning session. No report is generated without existing data.

Does drill-status modify my learning data?

No, the Skill is strictly read-only. It performs no teaching and writes nothing to the ledger, only reading the index and topic files to build the status report.

What tools does drill-status need access to?

It requires Read, Glob, and Bash permissions. Bash is used only to run the date command for determining which cards are due, while Read and Glob access the drill-me data files.