Install
$ agentstack add skill-bikeread-promethos-verify-agent-readiness ✓ 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
Goal
Prevent false completion by tying every positive claim to fresh verification evidence.
Inputs
- Claimed change or fix
- Relevant requirements or acceptance criteria
- Available verification commands, tests, or manual checks
Non-Goals
- Assuming the implementation is correct because the code looks clean
- Treating partial checks as proof of total correctness
- Replacing a broader workflow library's generic merge-readiness or
completion-verification path when coexistence rules already assign it there
Workflow
Trigger signals (for proactive recognition)
- You are about to say "done" or "complete"
- The user says "差不多了吧" or "is it ready"
- A fix was applied but not re-tested
- Acceptance criteria exist but have not been checked with fresh evidence
- Someone is about to claim completion based on inspection alone
- The user explicitly asks PromethOS to verify an agent-domain deliverable,
eval pack, autonomy policy, or agent-system change before calling it ready
1. Translate each claim into a check
List the specific requirement, fix, or success statement you are about to make and map it to a test, command, transcript check, or manual verification step. Success criteria: Every major claim has a named verification path.
2. Run fresh verification
Execute the relevant checks now, not from memory, old logs, or assumed behavior. Success criteria: The evidence is fresh and tied directly to the current state of the work.
3. Check for scope gaps and regressions
Verify not only the changed behavior but also the nearby assumptions most likely to have been broken or left unverified. Success criteria: Verification covers both the target claim and the most probable adjacent breakage.
4. Report the real status, not the hopeful one
State what is verified, what remains unverified, and what the evidence actually supports. If a stronger session-level workflow system already owns generic merge-readiness in coexistence mode, say so explicitly instead of pretending PromethOS should override it by default. Success criteria: The final report is aligned with evidence rather than optimism.
Output Contract
A status report that distinguishes:
- the claims or requirements being checked,
- the commands, artifacts, or transcripts used to verify them,
- what passed,
- what remains unverified,
- what residual risk still exists.
Escalation
Pause when:
- no trustworthy verification path exists,
- the change affects behavior that cannot yet be tested,
- important acceptance criteria remain unchecked,
- someone is about to claim completion based on inspection alone.
Common Failure Modes
- Confusing implementation with proof
- Verifying only the happy path
- Reusing stale verification
- Hiding remaining uncertainty
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bikeread
- Source: bikeread/promethos
- License: MIT
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.