Install
$ agentstack add skill-8dionysus-aoa-skills-aoa-eval-apply ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
aoa-eval-apply
Intent
Use this skill to apply an existing eval surface after selection is clear. The output is an evidence report, not a proof promotion.
Trigger boundary
Use this skill when:
- an existing eval, validator, test, or script has already been selected
- a local or central evaluation command should be run or routed
- the user needs to know what the run proves, what failed, and what remains
outside coverage
- generated outputs need to be rebuilt or checked as part of the selected eval
Do not use this skill when:
- no existing eval has been selected yet; use
aoa-eval-select - the next honest move is to record missing eval pressure; use
aoa-eval-local-need
- the task is to invent a new suite; use
aoa-eval-design - the command would mutate production or central proof surfaces without owner
permission
Inputs
- selected eval or validation command
- repo-local route law and command prerequisites
- expected artifacts, reports, generated outputs, and pass/fail criteria
- prior failure or regression context
Outputs
- commands run and results observed
- artifacts or reports produced
- evidence classification: green proof, regression, inconclusive, blocked, or
outside coverage
- next route if failure should become an intake need or suite design
Procedure
- confirm the selected eval surface and owner repo
- inspect prerequisites and choose the smallest command that exercises the
intended evidence surface
- run deterministic local checks before subjective review when possible
- capture outputs, generated drift, and artifact paths
- classify what the run proves and explicitly name what it does not prove
- if the run exposes missing coverage, route to
aoa-eval-local-need - if the run requires new design, route to
aoa-eval-design - report commands, results, artifacts, and remaining risk
Contracts
- applying an eval does not create a central verdict unless
aoa-evalsowns and
validates that promotion
- failed or inconclusive runs are evidence, not permission to guess
- generated drift must be resolved through owner builders
- local eval reports must stay under local repo surfaces unless central review
accepts them
Risks and anti-patterns
- running a broad release gate when a focused validator is enough
- treating green tests as complete proof outside their scope
- hiding generated drift
- promoting failure observations without a reproducible command
Verification
- confirm the selected eval existed before running
- confirm command, cwd, and result
- confirm artifacts and generated drift status
- confirm proof limits and next route
- confirm no central proof file was written through MCP
Technique traceability
Manifest-backed techniques:
- AOA-T-0003 from
8Dionysus/aoa-techniquesat1a7d146957108ecefc24219c7d56357c5a4a2c2cusing pathtechniques/proof/evaluation-chain/contract-first-smoke-summary/TECHNIQUE.mdand sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - AOA-T-0007 from
8Dionysus/aoa-techniquesat1a7d146957108ecefc24219c7d56357c5a4a2c2cusing pathtechniques/proof/evaluation-chain/signal-first-gate-promotion/TECHNIQUE.mdand sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - AOA-T-0096 from
8Dionysus/aoa-techniquesat1a7d146957108ecefc24219c7d56357c5a4a2c2cusing pathtechniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/TECHNIQUE.mdand sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation
Adaptation points
- repo-local command runner
- report artifact format
- generated rebuild order
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 8Dionysus
- Source: 8Dionysus/aoa-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.