writing-clearly-and-concisely
79Improve Prose With Clear Style Rules
Technical writing often becomes wordy, vague, or hard to scan. This skill applies concise style rules to drafts, documentation, messages, and user-facing copy.
Verify Work Before Claiming Completion
Software agents can overstate completion before tests, builds, or requirements are checked. This skill makes evidence mandatory before any success claim.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "verification-before-completion" from https://skillstore.io/skills/cygnusfear-verification-before-completion.md and its manifest at https://skillstore.io/api/skills/cygnusfear-verification-before-completion/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "verification-before-completion". Can you confirm this change is ready to merge?
Expected outcome:
I ran the project checks and read the full output. Tests passed, the build passed, and no verification gaps remain.
Using "verification-before-completion". Is the bug fixed now?
Expected outcome:
I cannot claim the bug is fixed yet. The regression check still fails, so the current status is incomplete.
Using "verification-before-completion". The helper agent said everything succeeded. Are we done?
Expected outcome:
I reviewed the diff and verified the relevant checks myself. The implementation matches the requirements and the checks passed.
All static command and reconnaissance findings are false positives. The external command alerts are Markdown code fences and example prose, not executable shell or Ruby constructs. No prompt injection or malicious intent was found in SKILL.md.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/cygnusfear-verification-before-completion/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/cygnusfear-verification-before-completion?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/cygnusfear-verification-before-completion?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cygnusfear-verification-before-completion/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/cygnusfear-verification-before-completion.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Cygnusfear. (2026). verification-before-completion security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cygnusfear-verification-before-completion/audits/8@techreport{cygnusfear-cygnusfear-verification-before-completion-2026,
author = {Cygnusfear},
title = {verification-before-completion security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/cygnusfear-verification-before-completion/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "verification-before-completion security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Cygnusfear"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/cygnusfear-verification-before-completion/audits/8"
identifiers:
- type: other
value: "skillstore:cygnusfear-verification-before-completion:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
codingcossack-verification-before-completion
2026-08-21
zhanlincui-verification-before-completion
2026-08-21
davila7-verification-before-completion
2026-08-21
ancplua-verification-before-completion
2026-08-21
sickn33-verification-before-completion
2026-08-21
cygnusfear-verification-before-completion
2026-08-21
cycleaddict-verification-before-completion
2026-08-21
dyai2025-verification-before-completion
2026-08-21
obra-verification-before-completion
2026-08-21
dimon94-verification-before-completion
2026-08-21
Run the relevant checks and report evidence before saying a branch is ready for review.
Check diffs, requirements, and test output before accepting another agent completion report.
Confirm the original failure path and related regression checks before claiming a fix works.
Before you claim completion, identify the verification needed, run it, read the output, and report the evidence.
Verify this change with the relevant test and build checks. Report exact pass, fail, or blocked status with evidence.
Re-read the requirements, create a checklist, verify each item, and state any gaps before claiming the work is complete.
Apply regression verification for the original symptom. Confirm the failure path, the fixed path, and the final status with evidence.
Author
CygnusfearLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Cygnusfear/claude-stuff/tree/main/skills/verification-before-completionRef
7e9e368dc1a370f2040369ebcd0db06d90cb48e5
Maintenance freshness
7/18/2026
Usage
4 downloads ยท 235 views
File structure
๐ SKILL.md
Improve Prose With Clear Style Rules
Technical writing often becomes wordy, vague, or hard to scan. This skill applies concise style rules to drafts, documentation, messages, and user-facing copy.
Update Project Documentation Safely
Outdated documentation slows reviews and creates wrong project assumptions. This skill audits docs against the codebase and preserves important context while making factual updates.
Execute Implementation Plans With Checkpoints
Long implementation plans can drift when tasks are executed without review. This skill guides Claude, Codex, and Claude Code through batched execution, verification, and feedback checkpoints.
Dispatch Parallel Debugging Agents
Sequential debugging slows teams when failures are independent. This skill shows how to split scoped tasks across Claude, Codex, and Claude Code agents.
Create implementation plans for code changes
Large code changes fail when requirements, files, and validation steps are unclear. This skill guides Claude, Codex, and Claude Code to produce structured implementation plans before work starts.
Check Plan Implementation Progress
Implementation plans often drift from the finished code. This skill guides Claude, Codex, or Claude Code through a structured audit of progress, gaps, removals, and validation status.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Improve QA Coverage for Web Apps
by alirezarezvani
Modern teams need clear test strategy and practical automation without slowing delivery. This skill helps Claude, Codex, and Claude Code plan tests, review coverage, and scaffold QA workflows.
Debug Technical Failures Systematically
by Asmayaseen
Quick fixes often hide the real cause and create regressions. This skill structures investigation, hypothesis testing, implementation, and verification around collected evidence.
Build Better Go Tests
by 89jobrien
Go teams need consistent tests across units, integrations, mocks, benchmarks, and coverage. This skill provides practical Go testing patterns that Claude, Codex, and Claude Code can apply during development.
Enforce Waterfall Phase Gates
by Chemiseblanc
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.