fifeqqs1

7 mods across 1 repository, 24 stars between them.

codebase-inspection

01

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

24 3mo ago A 47 tokens copy · 89% MIT

github-auth

02

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

24 3mo ago F 48 tokens copy · 86% MIT

github-code-review

03

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

24 3mo ago C 45 tokens copy · 89% MIT

github-pr-workflow

04

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

24 3mo ago D 49 tokens copy · 84% MIT

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.

24 3mo ago A 33 tokens copy · 86% MIT

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.

24 3mo ago A 33 tokens copy · 88% MIT

writing-plans

07

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

24 3mo ago A 36 tokens original MIT