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 "infra report", "report infra issue", "infra broke", "arn-infra-report", "infrastructure issue", "report deployment problem", "report infrastructure problem", "diagnose infra", "infra doctor", or wants to report a problem with an
$ npx -y skills add AppsVortex/arness --skill arn-infra-report --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-infra-reportContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "infra report", "report infra issue", "infra broke", "arn-infra-report", "infrastructure issue", "report deployment problem", "report infrastructure problem", "diagnose infra", "infra doctor", or wants to report a problem with an
name: arn-infra-report description: >- This skill should be used when the user says "infra report", "report infra issue", "infra broke", "arn-infra-report", "infrastructure issue", "report deployment problem", "report infrastructure problem", "diagnose infra", "infra doctor", or wants to report a problem with an Arness Infra workflow skill. Invokes the arn-infra-doctor agent to diagnose the issue, then files a GitHub issue on the Arness plugin repository. Do NOT use this for filing issues on the user's own project — use /arn-code-create-issue for that. version: 1.0.0
Report an Arness Infra workflow issue by running a diagnostic and filing a GitHub issue on the Arness plugin repository. The arn-infra-doctor agent analyzes Infra configuration and behavior — it never reads project source code or business logic.
Before proceeding, check whether the user's issue actually belongs to a different Arness plugin:
1. Read the `## Arness` section from the project's CLAUDE.md (if it exists). 2. Check the user's description for keyword signals:
3. If Code signals detected: "This sounds like an Arness Code issue. Run `/arn-code-report` instead." 4. If Spark signals detected: "This sounds like an Arness Spark issue. Run `/arn-spark-report` instead." 5. If the user confirms it is actually an Infra issue, proceed.
---
Inform the user:
"I'll help you report an Arness Infra workflow issue. Here's how this works: 1. You describe what happened — which skill you used and what went wrong 2. I'll run a diagnostic that checks Infra's configuration and expected behavior (I won't read your project code) 3. You'll review the issue report before it's submitted 4. The issue gets filed on the Arness plugin repository for the maintainers
Your project code and business logic are never included in the report."
---
Ask the user using `AskUserQuestion`:
Let the user type a free-form description. This becomes the `user_description` for the diagnostic.
---
1. Detect the plugin's GitHub repository:
2. Check `gh auth status` — user must be authenticated to file issues.
3. Read plugin version from `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`.
4. Read `## Arness` config from the project's CLAUDE.md (if it exists).
If GitHub access is not available, offer an alternative: generate the diagnostic report as a local file (`arness-infra-report-<YYYY-MM-DD>.md` in the project root) the user can manually submit.
---
Spawn the `arn-infra-doctor` agent via the Task tool, passing the model from `.arness/agent-models/infra.md` as the `model` parameter (see `plugins/arn-infra/skills/arn-infra-ensure-config/references/ensure-config.md` "Dispatch convention" for fallback). Context:
Wait for the agent to complete and collect the diagnostic report.
---
Assemble the GitHub issue using the template from `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-report/references/issue-template.md`:
Present the complete draft to the user, then request explicit consent.
Ask (using `AskUserQuestion`):
> **This report will be filed as a public GitHub issue on the Arness repository.** It contains only Arness configuration state and diagnostic findings — no project source code or business logic. Please review the report above carefully. > > 1. Submit — I've reviewed it and consent to filing this publicly > 2. Save locally — save as a file instead of submitting > 3. Edit first — let me modify the report before deciding
---
The `arn-infra-report` label must already exist on the plugin repository (maintained by the plugin maintainers, not created by this skill).
1. Create the issue with the `arn-infra-report` label:
gh issue create --repo <owner/repo> --title "<title>" --body "<body>" --label "arn-infra-report"
2. If the command fails because the label does not exist, retry without `--label` and inform the user that the issue was filed without a label.
3. Report the issue URL to the user.
If submission fails for other reasons (permissions, network), save the report as `arness-infra-report-<YYYY-MM-DD>.md` in the project root and inform the user with instructions to submit manually.
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",…