meta-verify-before-completion

Require actual command output and test results before reporting completion.

14|3|Updated Jul 23, 2023
One-click install
npx skills add https://github.com/codgician/serenitea-pot --skill meta-verify-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-verify-before-completion
Source: https://github.com/codgician/serenitea-pot/tree/main/.opencode/skills/meta-verify-before-completion
Command: npx skills add https://github.com/codgician/serenitea-pot --skill meta-verify-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent premature completion claims by enforcing evidence-based verification before any success reports, ensuring outputs and test results are available to support statuses.

Core Features & Use Cases

  • Enforces explicit verification steps prior to commit or reporting of task completion across development changes (Nix, Terraform, services).
  • Provides concrete command examples and expected outputs to validate changes.
  • Aids teams in maintaining auditable completion records and reducing risk of unverified releases.

Quick Start

Run the required verification commands for Nix, Terraform, and services, and attach the actual outputs before claiming completion.

Frequently Asked Questions about meta-verify-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Terraform changes with actual command output before claiming completion?

Verify Terraform changes by running required validation commands, collecting the actual outputs, and attaching these test results to your completion report to prove verifiable readiness.

What is evidence-based verification for Nix and service changes?

Evidence-based verification requires running explicit commands for Nix or service changes and capturing the actual output to prevent premature completion claims and ensure auditable records.

How do I prevent premature completion claims during development?

Prevent premature completion claims by enforcing explicit verification steps that require actual command output and test results before allowing any developer to report a task as successfully completed.

Does Nix flake verification require specific command outputs for completion reports?

Yes, Nix flake verification requires running specific commands and attaching the actual outputs to the completion report, ensuring changes are validated with concrete evidence before completion.

What's the best way to format a completion report for Terraform and service changes?

Format completion reports for Terraform and service changes by attaching required command outputs and test results in a structured way that ensures verifiable readiness and maintains auditable records.