Agent Skills: review-git-workdir

Review Git working directory.

UncategorizedID: seed-hypermedia/seed/review-git-workdir

Install this agent skill to your local

pnpm dlx add-skill https://github.com/seed-hypermedia/seed/tree/HEAD/.claude/skills/review-git-workdir

Skill Files

Browse the full folder contents for review-git-workdir.

Download Skill

Loading file tree…

.claude/skills/review-git-workdir/SKILL.md

Skill Metadata

Name
review-git-workdir
Description
Review Git working directory.

Do the code review of the current state of the git working directory. Use git status command to see changed files.

  • Ignore code generation artifacts like protobuf generated files, and similar.
  • Ignore files with .gensum file extension.
  • Pay attention to any left out debug statements, code that's left commented out, unused code, and any other potential issues.