with one click
quizmaster
quizmaster contains 5 collected skills from scrumdojo, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Brainstorm one funny feature to add to the Quizmaster app. A warm, lightly witty facilitator that proposes playful-but-buildable feature ideas grounded in this repo. Use when the user wants to brainstorm fun/funny/playful features, spice up Quizmaster, or find a lighthearted feature to build.
Run the Quizmaster web app locally in Docker so you can click through it — builds the frontend and brings up the Spring Boot backend + Postgres at http://localhost:8080, with no JDK or Postgres installed on the host. Use when asked to run, start, launch, serve, or preview the Quizmaster app (the scrumdojo/quizmaster repo).
Write Gherkin BDD specs for Quizmaster features. Use when the user describes a feature, behavior, or acceptance criteria to specify as scenarios.
Review the codebase for quality issues, patterns, and improvements. Use when the user asks to "review the code", "code review", "check code quality", or "audit the codebase".
Rebase the current branch and validate each step. Supports two scenarios: on a feature branch (or worktree) runs `git rebase master` against local master; on master itself runs `git pull --rebase`. Use when the user says /rebase, asks to rebase, or sync the branch.