Unconditional execution of an unspecified “full command”
Source references: 3The Skill tells the agent to choose and fully execute whatever command proves a claim, but does not require that command to be local, read-only, or side-effect-free, nor does it require approval for expensive, networked, or externally impactful checks.
If a project's “full” test or build script starts services, calls paid APIs, changes a database, publishes artifacts, or runs untrusted repository scripts, invoking this Skill could trigger those actions.
The Skill does require choosing and running a “FULL command” before completion claims, and applies this broadly to commits, PRs, and task completion. However, it names no dangerous, networked, or externally mutating command. Tests and builds are ordinarily consistent with its verification purpose, so side effects are not established from these lines alone. A user can ask the author to default to local, low-cost checks and require approval for networked, paid, or externally mutating verification.
This assessment concerns the code and conditions shown, not proof that harm has occurred.1. IDENTIFY: What command proves this claim?2. RUN: Execute the FULL command (fresh, complete)3. READ: Full output, check exit code, count failures4. VERIFY: Does output confirm the claim?Show 2 other places
**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```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 failures4. VERIFY: Does output confirm the claim? - If NO: State actual status with evidence - If YES: State claim WITH evidence5. ONLY THEN: Make the claim