evidence-publish

evidence-publish is a skill for Claude Code from HigorAlves/orc. It costs 49 tokens per session (1,273 once invoked), scanned A, original, MIT.

A procedure for delivering a QA evidence packet, such as test results and visual proof, to a project tracker or keeping it locally.

In plain words
What is it for?
Use it after browser QA to curate evidence, preview the proposed delivery, attach files, and post a summary when a tracker is available.
Why use it?
It prevents evidence from being sent to a tracker without first showing what will be delivered and where.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the orc plugin — 80 skills, 30 commands, 14 agents, 5 hooks shipped together

Good fit Use it after browser QA to curate evidence, preview the proposed delivery, attach files, and post a summary when a tracker is available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/higoralves/orc/evidence-publish
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HigorAlves/orc --skill evidence-publish
Clone the repo
git clone --depth 1 https://github.com/HigorAlves/orc

Made for: Claude Code.

Or install orc, the plugin that ships this one along with the rest of its 80 skills, 30 commands, 14 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evidence-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/higoralves/orc/evidence-publish/github.svg)](https://agentmods.dev/skills/higoralves/orc/evidence-publish)
Your own site
<a href="https://agentmods.dev/skills/higoralves/orc/evidence-publish"><img src="https://agentmods.dev/badge/skills/higoralves/orc/evidence-publish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evidence-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/higoralves/orc/evidence-publish"><img src="https://agentmods.dev/badge/skills/higoralves/orc/evidence-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,273 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01273
Opus 5 $0.00024 $0.00636
Sonnet 5 $0.00010 $0.00255
Haiku 4.5 $0.00005 $0.00127

Measured 7d ago against content hash f52e3c5088e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

evidence-publish scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **attach** available iff comment is available **and** `command -v curl` **and** a token env is set (`JIRA_API_TOKEN` or `ATLASSIAN_API_TOKEN`). Site + email are read from `acli jira auth status`; acli deliberately neve
orc/skills/evidence-publish/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Evidence Publishing

Take the evidence packet browser QA already wrote to .orc/<branch>/files/qa/ and deliver it: attach the visual proof and post a summary to the linked ticket, or keep it local — always the user's explicit choice, and always safe to run (no tracker ⇒ local-only, no prompt, no error).

Announce at start: "I'm using the evidence-publish skill to deliver the QA evidence."

Collection is NOT this skill's job — /orc:qa (Driver A agent-browser / Driver B Claude-in-Chrome) already produced the packet. This skill owns delivery only: detect → curate → preview-gate → deliver → record.

Inputs

  • qaDir — the packet directory (.orc/<branch>/files/qa/ or .orc/evidence/<KEY>/).
  • ticketKey (optional) — an explicit key; else resolved from the active session.
  • verdictpass|fail|partial from the QA run (used in the comment).

Protocol

1. Detect — tracker enablement ladder

Two capability tiers, checked and degraded independently:

  • comment available iff command -v acli and acli jira auth status exits 0.
  • attach available iff comment is available and command -v curl and a token env is set (JIRA_API_TOKEN or ATLASSIAN_API_TOKEN). Site + email are read from acli jira auth status; acli deliberately never exposes its stored token, so REST upload needs the user's own.

Resolve the ticket: explicit ticketKey, else the active session's jiraTicket in .orc/orc.json (sanitized-branch match, status == in_progress) — the same resolution /orc:jira bind uses. No ticket, or comment unavailable ⇒ local-only (skip to step 5, no gate).

Exact commands: references/jira-adapter.md. The tracker-agnostic interface (to add GitHub/Linear later): references/adapter-contract.md.

2. Curate the payload

Prefer the manifest. When qaDir/qa-manifest.json exists, its curated array IS the payload — the driver already picked the items that best prove the behavior; take them verbatim and add steps.md. Also read its acceptance rows: the comment body names each criterion and its result, so the ticket says what was proven rather than "QA passed".

Read the full file on GitHub · 85 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 85 lines · 49 tokens per session scan A f52e3c5088e2

Subscribe to this mod's changes

evidence-publish is a skill published in the GitHub repository HigorAlves/orc (6 stars, last pushed 15d ago), licensed MIT. It adds 49 tokens to every session and 1,273 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

flow-next-qa

Live-app QA pass derived from the spec. Drives the running app, files P0/P1/P2 findings with evidence, emits a YES or NO qaverdict receipt.

gmickel/flow-next · 40 tokens

modernize-test-starter

Modernize QUnit unit tests and OPA5 integration tests to the UI5 Test Starter concept. Use this skill when: The linter reports prefer-test-starter for .qunit.html or .qunit.js files Test HTML files use manual sap-ui-core.js bootstrapping instead of Test Starter's runTest.js/createSuite.js Test JS files use…

UI5/plugins-coding-agents · 244 tokens

qp

QP (Quality Platform) router — takes a web URL or a desktop app name and runs the plan → run → regress loop (qp-plan, qp-run, qp-regress) end to end, or routes to one stage. Classifies the target (public vs profile-required), probes which adapter the session has (Playwright MCP for web, computer-use MCP for desktop)…

chrono-meta/forge-harness · 138 tokens

qp-plan

Prepare stage of QP — builds a surface inventory of a web page or desktop app (routes, menus, forms, dialogs), checks it is MECE (no overlap, nothing missing that is visible), and designs test cases as a TSV with preconditions and expected values whose SOURCE is named. Works without a spec document (then expected…

chrono-meta/forge-harness · 131 tokens

qp-run

Automation stage of QP — executes the test cases from qp-plan against the live app through the session's adapter (Playwright MCP for web, computer-use MCP for desktop), records one verdict per step with a closed status, an MTM branch, whether the step was closed by machine evidence or left to judgment, and masks…

chrono-meta/forge-harness · 121 tokens

ui5-best-practices-opa5

This skill should be used in any OPA5 task - creating, modifying, extending, debugging, fixing or reviewing an integration test. Use when the user asks to "write an OPA5 test", "add an OPA5 journey", "fix the OPA5 test failure" or mentions OPA5 or its components - opaTest, page object, journey, waitFor.

UI5/plugins-coding-agents · 88 tokens