pr-review-enforcer
- Repo stars 1
- Author repo claude-skills
Pr Review Enforcer
Overview
Review code with a findings-first mindset instead of a summary-first mindset.
Core Workflow
- Read the diff and the surrounding code before judging the change.
- Look for correctness issues first: regressions, edge cases, state handling, concurrency, data integrity, and compatibility.
- Check architecture and maintainability: layering, ownership boundaries, duplication, naming, and hidden complexity.
- Check safety gaps: missing tests, weak observability, migrations, rollout risk, secrets, and authorization concerns.
- Report findings in priority order with file references and concise reasoning.
Deliver
- Lead with actionable findings, ordered by severity.
- Include open questions only after concrete issues.
- Mention testing gaps and residual risk even when the diff looks sound.
- State explicitly when no findings are discovered.
Guardrails
- Avoid generic praise or style-only comments unless they affect clarity or risk.
- Do not review from the diff alone when nearby code changes the meaning.
- Keep comments specific enough that the author can act on them quickly.
- Fluxly category
- Security
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @00PrabalK00 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Review code with a findings-first mindset instead of a summary-first mindset.
Read the diff and the surrounding code before judging the change. Look for correctness issues first: regressions, edge cases, state handling, concurrency, data integrity, and compatibility. Check architecture and maintainability: layering, ownership…
Lead with actionable findings, ordered by severity. Include open questions only after concrete issues. Mention testing gaps and residual risk even when the diff looks sound.
Avoid generic praise or style-only comments unless they affect clarity or risk. Do not review from the diff alone when nearby code changes the meaning. Keep comments specific enough that the author can act on them quickly.
# Pr Review Enforcer
## Overview
Review code with a findings-first mindset instead of a summary-first mindset.
## Core Workflow
1. Read the diff and the surrounding code before judging the change.
2. Look for correctness issues first: regressions, edge cases, state handling, concurrency, data integrity, and compatibility.
3. Check architecture and maintainability: layering, ownership boundaries, duplication, naming, and hidden complexity.
4. Check safety gaps: missing tests, weak observability, migrations, rollout risk, secrets, and authorization concerns.
5. Report findings in priority order with file references and concise reasoning.
## Deliver
- Lead with actionable findings, ordered by severity.
- Include open questions only after concrete issues.
- Mention testing gaps and residual risk even when the diff looks sound.
- State explicitly when no findings are discovered.
## Guardrails
- Avoid generic praise or style-only comments unless they affect clarity or risk.
- Do not review from the diff alone when nearby code changes the meaning.
- Keep comments specific enough that the author can act on them quickly. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Overview → Core Workflow → Deliver → Guardrails
terms -> Review code with a findings-first mindset instead of a summary-first mindset. · 1. Read the diff and the surrounding code before judging the change. · - Lead with actionable findings, ordered by severity. · - Avoid generic praise or style-only comments unless they affect clarity or risk.
files/cmd -> no explicit files or commands
body sha256 -> 65d62c00df09
Decide Fit First
Design Intent
How To Use It
Boundaries And Review