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
.streakfile - Creates a commit with the specified date
- Pushes to remote automatically
Instructions
When the user requests to backfill dates:
- Parse the date(s) from the user's request (support various formats like "10/25", "Oct 25", "2025-10-25")
- Convert to YYYY-MM-DD format
- Run
./streakify.sh YYYY-MM-DDfor each date in chronological order (oldest first) - The script will automatically commit and push