challenge

Solid

Run a gauntlet challenge session with adaptive difficulty. Tests codebase understanding through multiple choice, code completion, trace exercises, and more.

Code & Development 310 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

# Run Gauntlet Challenge Present challenges from the knowledge base and evaluate answers. ## Steps 1. **Load state**: read `.gauntlet/knowledge.json` and developer progress 2. **Check for pending challenge**: if `.gauntlet/state/pending_challenge.json` exists, evaluate the developer's most recent message as an answer before generating a new one 3. **Generate challenge**: use adaptive weighting to select a knowledge entry and challenge type 4. **Present challenge**: show the question with context 5. **Evaluate answer**: score the response (pass/partial/fail) 6. **Record result**: update developer progress and streak 7. **On pass**: write pass token if from pre-commit gate. Show next challenge if in session. 8. **On fail**: show correct answer with explanation. Present a new challenge. ## Scoring | Result | Score | Streak | |--------|-------|--------| | Pass | 1.0 | +1 | | Partial | 0.5 | reset | | Fail | 0.0 | reset |

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category