Review
Analysis
The skill is a coherent PR-review helper, but it also tells the agent to edit code automatically, depend on missing checklist files, and log results without a clear destination.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
### 5b: Auto-fix all AUTO-FIX items Apply each fix directly.
This directs the agent to change repository files during a review workflow without first requiring user approval for those AUTO-FIX items.
Read `.claude/skills/review/checklist.md`. If cannot be read, STOP and report error.
The provided manifest contains only SKILL.md, yet the review process depends on an unprovided checklist that controls core review logic and AUTO-FIX classification.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`gh pr view --json baseRefName -q .baseRefName`
The skill uses GitHub CLI commands that may rely on the user's local GitHub authentication, while the metadata declares no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Log result for Review Readiness Dashboard.
The instruction calls for logging review results but does not define the destination, contents, retention, or whether the user approves that persistence.
