arn-assessing
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "reviewing pr", "arness reviewing pr", "review PR", "review pull request", "check PR comments", "PR feedback", "address PR feedback", "fix PR issues", "what did the reviewer say", "handle review comments", "review PR 123",
$ npx -y skills add AppsVortex/arness --skill arn-reviewing-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-reviewing-prContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "reviewing pr", "arness reviewing pr", "review PR", "review pull request", "check PR comments", "PR feedback", "address PR feedback", "fix PR issues", "what did the reviewer say", "handle review comments", "review PR 123",
name: arn-reviewing-pr description: >- This skill should be used when the user says "reviewing pr", "arness reviewing pr", "review PR", "review pull request", "check PR comments", "PR feedback", "address PR feedback", "fix PR issues", "what did the reviewer say", "handle review comments", "review PR 123", "arn-reviewing-pr", "PR review", "check review", or wants to validate PR review comments, categorize findings, and fix or defer issues. Chains back to arn-implementing if substantial fixes are needed. version: 1.0.0
Validate PR review comments, categorize findings, and fix or defer issues. This is a first-citizen entry point that wraps `arn-code-review-pr` and provides chaining context back to `arn-implementing` if fixes are needed.
This skill is a **thin orchestration wrapper**. It MUST NOT duplicate `arn-code-review-pr` logic. All review work is done by the invoked skill. Arness-reviewing-pr handles: prerequisite checks, input routing, invoking the review skill, and offering the chain exit.
Read `${CLAUDE_PLUGIN_ROOT}/skills/arn-code-ensure-config/references/step-0-fast-path.md` and follow its instructions. This guarantees a user profile exists and `## Arness` is configured with Arness Code fields before proceeding.
After Step 0 completes, extract the following from `## Arness`:
If Platform is `none`: inform the user that no platform is configured and suggest running `/arn-reviewing-pr` again after configuring a platform. Do not proceed.
---
Show progress:
Reviewing PR: REVIEW-PR -> [fix / defer / plan]
^^^^^^^^^Invoke the review skill:
> `Skill: arn-code:arn-code-review-pr` [optional PR number]
The review skill handles all internal decisions: fetching comments, validating findings, categorizing, and optionally fixing. It has its own user interactions. Wait for it to complete.
---
After `arn-code-review-pr` completes, assess what happened and offer the appropriate chain exit.
**If fixes were applied:**
Ask (using `AskUserQuestion`):
**"Review complete. What next?"**
Options: 1. **Push updates** — Push the fixes to the PR 2. **More substantial fixes needed** — Start implementing for more complex changes 3. **Done** — Exit
If **Push updates**: Run `git push` to update the PR. If **More substantial fixes needed**: `Skill: arn-code:arn-implementing` If **Done**: Exit.
**If no fixes were needed (all deferred or no actionable findings):**
Exit with: "Review complete. No fixes needed."
---
Arness — H not required. Structured AI workflows for Claude Code. From first idea to production deploy. Seven entry commands. That's all you need to remember.
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "arness code assess", "arn-code-assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "fix CVEs", "patch vulnerabilities", "apply security patches", "resolve security advisories", "batch CVE fix",…
This skill should be used when the user says "scan for CVEs", "CVE scan", "check for vulnerabilities", "find vulnerabilities", "check security advisories",…
This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement…
This skill should be used when the user says "batch merge", "merge batch", "arness batch merge", "arn-code-batch-merge", "merge all PRs", "merge batch PRs",…