Agent skill
backfill
Backfill missing GitHub streak dates using the streakify.sh script. Use this when the user asks to backfill dates, fix missing streak days, or catch up on streak commits.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/backfill
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
Examples
- "backfill for 10/25 and 10/26" → run for 2025-10-25, then 2025-10-26
- "backfill yesterday" → calculate yesterday's date and run
- "backfill for last week" → run for each day in the past 7 days
Notes
- The script is already permitted in
.claude/settings.local.json - No need to analyze the repository structure - just run the script
- Dates are backfilled at 13:33:33 by the script
- Process multiple dates in chronological order (oldest first)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?