brainstorming
79Shape Ideas Into Validated Designs
Early ideas often lack enough detail for confident implementation. This skill guides structured questions, trade-off analysis, and design validation before work begins.
Verify Completion Claims Before Reporting
Completion claims can be wrong when agents rely on memory or confidence. This skill requires fresh evidence before reporting success.
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/codingcossack-verification-before-completion.md and its manifest at https://skillstore.io/api/skills/codingcossack-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". The agent says the bug is fixed and all tests pass.
Expected outcome:
Recommended response: verify independently. Inspect the changed files, run the relevant regression test, and report the observed result.
Using "verification-before-completion". A developer wants to say the build is clean after running only lint.
Expected outcome:
Recommended response: lint does not prove the build. Run the build command or state that build verification is still missing.
Using "verification-before-completion". A pull request is ready except the requirements were not re-read.
Expected outcome:
Recommended response: re-read the checklist, compare each requirement to the implementation, and report any uncovered items.
All static external-command detections are false positives caused by Markdown code fences and examples, not executable code. The system-reconnaissance detection is also a false positive because the line warns users to verify delegated agent work. No prompt injection, exfiltration intent, or malicious automation was found.
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/codingcossack-verification-before-completion/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/codingcossack-verification-before-completion?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/codingcossack-verification-before-completion?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/codingcossack-verification-before-completion/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/codingcossack-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>CodingCossack. (2026). verification-before-completion security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/codingcossack-verification-before-completion/audits/8@techreport{codingcossack-codingcossack-verification-before-completion-2026,
author = {CodingCossack},
title = {verification-before-completion security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/codingcossack-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: "CodingCossack"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/codingcossack-verification-before-completion/audits/8"
identifiers:
- type: other
value: "skillstore:codingcossack-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
Require command output or a checked diff before accepting an agent completion report.
Confirm tests, lint, builds, and requirements before writing a final status update.
Use a red-green verification cycle before claiming that a bug fix is complete.
Before you say this task is done, identify the verification command, run it, read the output, and report the exact result.
Use the verification-before-completion skill for this change. Choose the most specific test or lint command that covers the edited code, run it fresh, and summarize the evidence.
Verify this branch before release. Check tests, lint, build status, and requirement coverage, then list any gaps instead of assuming completion.
Audit the agent completion report. Inspect the diff, verify the changed behavior independently, and only confirm completion when the evidence supports it.
Author
CodingCossackLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
d11af420e07cd866fe39cfa937efef3223896c06
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 233 views
File structure
๐ SKILL.md
Shape Ideas Into Validated Designs
Early ideas often lack enough detail for confident implementation. This skill guides structured questions, trade-off analysis, and design validation before work begins.
Execute Implementation Plans with Checkpoints
Implementation plans can fail when agents skip reviews or tests. This skill guides Claude, Codex, and Claude Code through batched execution with checkpoints.
Build Tested AI Skills
Unclear skills can cause agents to skip guidance or follow weak instructions. This skill helps authors create, test, refine, and verify reusable AI skills for Claude, Codex, and Claude Code.
Evaluate Code Review Feedback
Code review feedback can be unclear, incorrect, or broader than the task. This skill helps Claude, Codex, and Claude Code verify comments, clarify intent, and make focused changes.
Coordinate Parallel AI Coding Agents
Large coding investigations slow down when unrelated failures are handled one at a time. This skill helps Claude, Codex, and Claude Code split independent work into focused subagent tasks and integrate results.
Request Consistent Code Reviews
Code review requests often miss context, scope, or acceptance criteria. This skill creates a structured brief for Claude, Codex, or Claude Code reviewers.
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.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
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.