Abeautifulsnow

5 mods across 3 repositories, 18 stars between them.

review-workflow

01

Abeautifulsnow/skills

Skill Claude CodeCodex

A guided workflow for reviewing recent code changes, fixing confirmed problems, and preparing Git commits. Git is the system commonly used to track code changes and share them with a team.

2 1mo ago A 185 tokens original MIT

code-reviewer

02

Abeautifulsnow/skills

Skill Claude CodeCodex

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards. Covers Rust, Go, Python, TypeScript, JavaScript, Java, NestJS, React, Vue, Svelte with language-specific review…

2 1mo ago A 117 tokens original MIT

git-commit

03

Abeautifulsnow/skills

Skill Claude CodeCodex

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

2 1mo ago A 87 tokens copy · 100% MIT

parallel-debugging

04

Abeautifulsnow/skills

Skill Claude CodeCodex

Dual-mode skill for debugging and fix generation. Review Fix Mode: generates concrete diff fixes for issues found in code review (used by review-workflow Step 3). Bug Investigation Mode: debugs unknown bugs using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration.

2 1mo ago A 60 tokens original MIT

review-preferences

05

Abeautifulsnow/skills

Skill Claude CodeCodex

A set of personal rules for code reviews, such as acceptable function lengths, required edge-case checks, and testing expectations.

2 1mo ago A 30 tokens original MIT