Summon random git commits for code review practice
Find a file
2026-06-22 04:36:21 +00:00
.gitea/workflows ci: ajouter workflow CI pour main (#19) 2026-04-29 03:48:18 +00:00
src feat(#2): Review stats with progression tracking 2026-06-12 13:13:10 +00:00
tests test: add e2e tests 2026-06-22 04:36:18 +00:00
.gitignore feat: random commit summoner with difficulty scoring 2026-04-20 03:40:27 +00:00
.gitkeep init 2026-04-20 03:40:41 +00:00
cli.js feat(#3): Practice mode with categorization, filtering, scoring 2026-06-12 13:10:51 +00:00
package.json feat: random commit summoner with difficulty scoring 2026-04-20 03:40:27 +00:00
README.md feat: random commit summoner with difficulty scoring 2026-04-20 03:40:27 +00:00

Git-Summon 🔮

Summon random git commits for code review practice.

Features

  • Pick random commits from your repo history
  • Show diff stats and changed files
  • Filter by author, date range, file type
  • Score your review (self-assessment)
  • Track review history

Usage

git-summon                    # Summon a random commit
git-summon --author "name"    # From specific author
git-summon --lang js          # Only JS files
git-summon --score            # Self-assess the review
git-summon --history          # Review history