用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/chinmay-sawant/springboot-dev --skill quiz-me命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | quiz-me |
| description | Interactive multiple-choice quiz on this repo's code. Run it with /quiz-me or "quiz me". |
| disable-model-invocation | true |
Quiz the user on this repository with multiple-choice questions grounded in the real code. Never quiz from memory: read the source first, then ask.
Parse the invocation for two optional arguments:
If no level was given, ask once ("Which level: easy, medium, hard, expert, or mixed?") and wait for the answer before the first question.
Before serving anything, build the question bank:
Topics to draw from in this repo: Spring core annotations and bean wiring, configuration classes and @Bean, JPA entities and relationships, transactions, Flyway and schema management, Kafka producers, listeners, and DLT, gRPC services and clients, GraphQL resolvers, Spring Cloud Gateway filters, profiles and externalized config, correlation IDs and MDC, testing setup.
Mixed mode samples roughly 25% easy, 35% medium, 25% hard, 15% expert, shuffled.
Serve ONE question per turn as a FLASHCARD, then stop and wait:
❓ Q<rank>/<count> [easy] jpa
One-line question, plain language.
**A)** short option
**B)** short option
**C)** short option
**D)** short option
**E)** short option
Flashcard rules:
Rules:
On each answer, reveal immediately:
file:line.file:line.Track a running tally split by level and show it after each reveal, like Score 3/5 (easy 2/2, medium 1/2, hard 0/1).
"skip" reveals the answer, counts as wrong, moves on. "why" gives a deeper explanation without advancing. "stop" jumps to the wrap-up.
After the last question (or "stop"), post a final report:
Then offer: another round at a different level, a deeper set on a weak topic, or done.