backfill

Installation
SKILL.md

Backfill GitHub Streak

Backfill missing GitHub streak dates using the ./streakify.sh script.

Context

This repository uses streakify.sh to maintain GitHub contribution streaks. The script:

  • Appends a timestamp to .streak file
  • Creates a commit with the specified date
  • Pushes to remote automatically

Instructions

When the user requests to backfill dates:

  1. Parse the date(s) from the user's request (support various formats like "10/25", "Oct 25", "2025-10-25")
  2. Convert to YYYY-MM-DD format
  3. Run ./streakify.sh YYYY-MM-DD for each date in chronological order (oldest first)
  4. The script will automatically commit and push
Installs
1
First Seen
Apr 6, 2026
backfill from smithery.ai