jasmedia

7 mods across 1 repository, 5 stars between them.

jasmedia/cc-pr-reviewer

Instructions file

Instructions for jasmedia/cc-pr-reviewer, covering claude.md, commands, architecture, multi-cli selection and things to know when editing.

5 1mo ago A 5,493 tokens original MIT

code-reviewer

02

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Reviews pull-request diffs for project-guideline violations, bugs, and code-quality issues. Filters aggressively for high-confidence findings (>= 80) and reports with file:line locations grouped by severity. Use when reviewing code added or modified by a PR.

5 1mo ago A 55 tokens original MIT

code-simplifier

03

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Suggests simplifications for code modified in a pull request while preserving exact functionality. Applies project standards (CLAUDE.md/AGENTS.md), reduces unnecessary complexity, and avoids over-simplification that hurts readability. Use when reviewing PRs to recommend clarity-improving refactors.

5 1mo ago A 62 tokens original MIT

comment-analyzer

04

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Audits code comments added or changed by a pull request for factual accuracy against the code, long-term maintenance value, and misleading content. Recommends specific edits, additions, or removals. Use when reviewing PRs that include new or modified comments, docstrings, or inline documentation.

5 1mo ago A 62 tokens original MIT

pr-test-analyzer

05

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Reviews pull-request test coverage for critical gaps, edge cases, and brittle implementation-coupled tests. Prioritises behavioral coverage over line coverage and rates each finding 1-10 by criticality. Use when reviewing PRs that add or modify functionality and you want to assess whether the accompanying tests are…

5 1mo ago A 67 tokens original MIT

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Audits error-handling code in a pull request for silent failures, broad catch blocks, unjustified fallbacks, and unactionable error messages. Surfaces hidden failures users would otherwise hit in production. Use when reviewing PRs that add or modify try/catch, error callbacks, or fallback logic.

5 1mo ago A 67 tokens original MIT

jasmedia/cc-pr-reviewer

Skill Claude CodeCodex

Analyzes newly-added or significantly-modified types in a pull request for invariant strength, encapsulation, and enforcement. Produces 1-10 ratings on encapsulation/expression/usefulness/enforcement with concrete improvement suggestions. Use when reviewing PRs that introduce or substantially change types, classes…

5 1mo ago A 71 tokens original MIT