BeClaude

hootbu-report-skill

New
1knpmDevelopmentMIT

Turn your git commits into polished daily work reports — a Claude Code skill (Turkish by default, English with -en).

First seen 5/26/2026

Summary

This skill automatically generates polished daily work reports from your git commits, saving developers time on status updates.

  • It defaults to Turkish output but supports English with the -en flag, making it ideal for teams that need quick, structured summaries of their daily coding activity.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/hootbu-report-skill.md https://raw.githubusercontent.com/Hootbu/rapor-skill.git/main/SKILL.md
3
Invoke in Claude Code
/hootbu-report-skill

Use Cases

Generate a daily report of all git commits made today for your standup meeting.
Create a Turkish-language work summary from recent commits to share with your team.
Produce an English daily report using the -en flag for international team communication.
Quickly review what you accomplished yesterday without manually checking git log.
Compile a formatted report of commits across multiple repositories for end-of-day reporting.
Generate a report filtered by a specific date range to document progress on a project.

Usage Examples

1

/hootbu-report-skill

2

/hootbu-report-skill -en

3

/hootbu-report-skill --since '2025-03-01' --until '2025-03-07'

View source on GitHub
claude-codeclaude-skillclaudeskillaigitcommitdaily-report

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is hootbu-report-skill?

This skill automatically generates polished daily work reports from your git commits, saving developers time on status updates. It defaults to Turkish output but supports English with the -en flag, making it ideal for teams that need quick, structured summaries of their daily coding activity.

How to install hootbu-report-skill?

To install hootbu-report-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/hootbu-report-skill.md https://raw.githubusercontent.com/Hootbu/rapor-skill.git/main/SKILL.md. Finally, /hootbu-report-skill in Claude Code.

What is hootbu-report-skill best for?

hootbu-report-skill is a skill categorized under Development. It is designed for: claude-code, claude-skill, claude, skill, ai, git, commit, daily-report.

What can I use hootbu-report-skill for?

hootbu-report-skill is useful for: Generate a daily report of all git commits made today for your standup meeting.; Create a Turkish-language work summary from recent commits to share with your team.; Produce an English daily report using the -en flag for international team communication.; Quickly review what you accomplished yesterday without manually checking git log.; Compile a formatted report of commits across multiple repositories for end-of-day reporting.; Generate a report filtered by a specific date range to document progress on a project..