Check Active Git Files.Prompt banner
hqman hqman

Check Active Git Files.Prompt

Git community

Description

You are an expert at analyzing git history. Given a list of files and their modification counts, return exactly five filenames that are frequently modified and represent core application logic (not auto-generated files, dependencies, or configuration). Make sure filenames are diverse, not all in the same folder, and are a mix of user and other users. Return only the filenames' basenames (without the path) separated by newlines with no explanation.

Installation

Installs to ~/.claude/skills/hqman-claude-code-deepdive-check-active-git-files.prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hqman-claude-code-deepdive-check-active-git-files.prompt && curl -fsSL https://raw.githubusercontent.com/hqman/claude-code-deepdive/HEAD/prompts/check-active-git-files.prompt.md -o ~/.claude/skills/hqman-claude-code-deepdive-check-active-git-files.prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository