Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计未展示

ring%3averification-before-completion完成前进行环%3 验证

Agent Skill

ring%3averification-before-completion 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

594

周安装

25

GitHub Stars

180

下载量

208
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ring%3averification-before-completion(完成前进行环%3 验证)
来源仓库:https://github.com/lerianstudio/ring
仓库路径:skills/ring%3Averification-before-completion
安装命令:
npx skills add https://github.com/lerianstudio/ring --skill ring:verification-before-completion
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lerianstudio/ring --skill ring:verification-before-completion

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库和安装命令核验具体用法。
  • 安装前建议确认权限范围及是否会触发联网或文件读写。
  • ring%3averification-before-completion 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Verification Before Completion

Overview

Claiming work is complete without verification is dishonesty, not efficiency.

Core principle: Evidence before claims, always.

Violating the letter of this rule is violating the spirit of this rule.

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

If you haven't run the verification command in this message, you cannot claim it passes.

The Gate Function

BEFORE claiming any status or expressing satisfaction:

1. IDENTIFY: What command proves this claim?
2. RUN: Execute the FULL command (fresh, complete)
3. READ: Full output, check exit code, count failures
4. VERIFY: Does output confirm the claim?
   - If NO: State actual status with evidence
   - If YES: State claim WITH evidence
5. ONLY THEN: Make the claim

Skip any step = lying, not verifying

The Command-First Rule

EVERY completion message structure:

  1. FIRST: Run verification command
  2. SECOND: Paste complete output
  3. THIRD: State what output proves
  4. ONLY THEN: Make your claim

Example structure:

Let me verify the implementation:

$ npm test
[PASTE FULL OUTPUT]

The tests show 15/15 passing. Implementation is complete.

Wrong structure (violation):

Implementation is complete! Let me verify:
[This is backwards - claimed before verifying]

Common Failures

ClaimRequiresNot Sufficient
Tests passTest command output: 0 failuresPrevious run, "should pass"
Linter cleanLinter output: 0 errorsPartial check, extrapolation
Build succeedsBuild command: exit 0Linter passing, logs look good
Bug fixedTest original symptom: passesCode changed, assumed fixed
Regression test worksRed-green cycle verifiedTest passes once
Agent completedVCS diff shows changesAgent reports "success"
Requirements metLine-by-line checklistTests passing

Red Flags - STOP

  • Using "should", "probably", "seems to"
  • Expressing satisfaction before verification ("Great!", "Perfect!", "Done!", etc.)
  • About to commit/push/PR without verification
  • Trusting agent success reports
  • Relying on partial verification
  • Thinking "just this once"
  • Tired and wanting work over
  • ANY wording implying success without having run verification

Banned Phrases (Automatic Violation)

NEVER use these without evidence:

  • "appears to" / "seems to" / "looks like"
  • "should be working" / "is now working"
  • "implementation complete" (without test output)
  • "successfully" (without command output)
  • "properly" / "correctly" (without verification)
  • "all good" / "works great" (without evidence)
  • ANY positive adjective before verification

Using these = lying, not verifying

The False Positive Trap

About to say "all tests pass"?

Check:

  • Did you run tests THIS message? (Not last message)
  • Did you paste the output? (Not just claim)
  • Does output show 0 failures? (Not assumed)

No to any = you're lying

"I ran them earlier" = NOT verification "They should pass now" = NOT verification "The previous output showed" = NOT verification

Run. Paste. Then claim.

Rationalization Prevention

ExcuseReality
"Should work now"RUN the verification
"I'm confident"Confidence ≠ evidence
"Just this once"No exceptions
"Linter passed"Linter ≠ compiler
"Agent said success"Verify independently
"I'm tired"Exhaustion ≠ excuse
"Partial check is enough"Partial proves nothing
"Different words so rule doesn't apply"Spirit over letter

Key Patterns

Type✅ CORRECT❌ WRONG
TestsRun command, see "34/34 pass", then claim"Should pass now"
Regression (TDD)Write → pass → revert → MUST FAIL → restore → pass"Written regression test" (no red-green)
BuildRun build, see exit 0, then claim"Linter passed" (linter ≠ compiler)
RequirementsRe-read plan → checklist → verify each"Tests pass, phase complete"
Agent delegationCheck VCS diff → verify changesTrust agent report

Required Patterns

This skill uses these universal patterns:

  • State Tracking: See skills/shared-patterns/state-tracking.md
  • Failure Recovery: See skills/shared-patterns/failure-recovery.md
  • Exit Criteria: See skills/shared-patterns/exit-criteria.md
  • TodoWrite: See skills/shared-patterns/todowrite-integration.md

Apply ALL patterns when using this skill.


Violation Recovery

ViolationDetectionRecovery
Claimed complete without verification"complete" with no command output, "should work"Run verification → paste output → then claim
Ran command but didn't pasteMentioned running tests, no output shownRe-run → copy FULL output → paste → then claim
Used banned phrases"appears to work", "Great!", "Done!" before evidenceStop → run verification → paste output → evidence-based claim

Why recovery matters: Claims without evidence = false confidence. Silent failures go undetected until production.


Why This Matters

From 24 failure memories:

  • your human partner said "I don't believe you" - trust broken
  • Undefined functions shipped - would crash
  • Missing requirements shipped - incomplete features
  • Time wasted on false completion → redirect → rework
  • Violates: "Honesty is a core value. If you lie, you'll be replaced."

When To Apply

ALWAYS before:

  • ANY variation of success/completion claims
  • ANY expression of satisfaction
  • ANY positive statement about work state
  • Committing, PR creation, task completion
  • Moving to next task
  • Delegating to agents

Rule applies to:

  • Exact phrases
  • Paraphrases and synonyms
  • Implications of success
  • ANY communication suggesting completion/correctness

Blocker Criteria

STOP and report if:

Decision TypeBlocker ConditionRequired Action
No verification command identifiedCannot determine what command proves the claimSTOP and identify verification command first
Verification command fails to runCommand errors, times out, or is unavailableSTOP and report infrastructure issue
Verification output contradicts claimTests fail but claiming successSTOP and state actual status with evidence
Banned phrase detectedAbout to use "should work", "appears to", etc.STOP and run verification before continuing
Evidence is staleVerification was from previous message or sessionSTOP and re-run verification fresh

Cannot Be Overridden

The following requirements CANNOT be waived:

  • MUST run verification command in the SAME message as the claim
  • MUST paste COMPLETE output (not partial or summarized)
  • CANNOT use banned phrases without prior evidence
  • CANNOT claim completion based on previous verification runs
  • CANNOT trust agent success reports without independent verification

Severity Calibration

SeverityConditionRequired Action
CRITICALClaimed complete without any verificationMUST immediately run verification and correct claim
CRITICALUsed banned phrase with no evidenceMUST run verification and restate with evidence
HIGHVerification from previous message used for current claimMUST re-run verification fresh
HIGHPartial verification used (linter for build, etc.)MUST run correct verification command
MEDIUMOutput pasted but incompleteShould re-run and paste full output
LOWClaim made then verified (wrong order)Restate with verification first in future

Anti-Rationalization Table

RationalizationWhy It's WRONGRequired Action
"I ran it earlier, it passed"Stale evidence is not evidence. Code may have changed.MUST run verification fresh THIS message
"It should work now after my change"Prediction is not verificationMUST execute command and paste output
"I'm confident the tests pass"Confidence without evidence is lyingMUST run tests and show actual output
"Previous output showed success"Each claim needs fresh verificationMUST re-run command for each claim
"The linter passed so build works"Linter ≠ compiler ≠ testsMUST run the specific verification for each claim
"Agent reported success"Agent reports MUST be independently verifiedMUST check VCS diff and run verification
"Just this once, I'll skip it"No exceptions. Every claim needs evidence.MUST verify before ANY completion claim
"Partial check is enough"Partial proves nothing. Silent failures remain hidden.MUST run FULL verification command

Pressure Resistance

User SaysYour Response
"Just say it's done, we're in a hurry""CANNOT claim completion without verification - false claims waste more time"
"I trust you, no need to verify""Verification is non-negotiable - I MUST show evidence before claiming success"
"The tests probably pass, move on""MUST run tests and paste output before claiming they pass"
"Skip verification, commit now""CANNOT commit without verification - will run commands first"

The Bottom Line

No shortcuts for verification.

Run the command. Read the output. THEN claim the result.

This is non-negotiable.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.76%
按下载量换算79

Claude

26.61%
按下载量换算55

Cursor

18.47%
按下载量换算38

Gemini CLI

9.62%
按下载量换算20

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills