speckit-post-commit-self-check

Verify post-commit evidence and workflow closure for Spec Kit features.

95|39|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/liuminxin45/auto-podcast --skill speckit-post-commit-self-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-post-commit-self-check
Source: https://github.com/liuminxin45/auto-podcast/tree/main/.agents/spec-kit/skills/speckit-post-commit-self-check
Command: npx skills add https://github.com/liuminxin45/auto-podcast --skill speckit-post-commit-self-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the uncertainty of finishing a Spec Kit feature by checking whether the post-commit evidence is complete, consistent, and ready for the next rubric stage.

Core Features & Use Cases

  • Artifact verification: Confirms that validation, acceptance, workflow-record, improvement-candidates, and workflow-state files are present.
  • Delivery status review: Checks retrospective completion, AI self-acceptance pass status, and recorded test-plan or runtime evidence.
  • Controlled remediation: When a deterministic fix is needed, it applies one amend and preserves the stage continuation flow.
  • Use case: Use it after a feature commit when you need a fast, reliable answer on whether the branch is ready for rubric scoring or still blocked.

Quick Start

Run the post-commit self-check for the active feature and report any missing evidence, blockers, or required follow-up stage.

Frequently Asked Questions about speckit-post-commit-self-check

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

FAQPage Schema
How do I verify post-commit delivery evidence for a Spec Kit feature?

Post-commit self-check verifies delivery evidence by confirming the presence of validation.md, acceptance.md, workflow-record.md, and workflow-state.json, ensuring the branch is ready for rubric scoring without missing artifacts.

What is a post-commit self-check in a Spec Kit workflow?

A post-commit self-check is an automated validation pass that confirms artifact completeness, retrospective completion, and AI self-acceptance status to remove uncertainty about whether a feature is fully closed.

How do I check if my feature branch is blocked from entering the rubric stage?

To check if your feature branch is blocked, execute a validation pass that reviews test-plan evidence, runtime records, and improvement-candidates.md to report any missing files or blockers preventing stage continuation.

Can I apply a deterministic amend during post-commit workflow validation?

Yes, you can apply a deterministic amend during post-commit workflow validation; when a fix is needed, the self-check applies exactly one amend while preserving the stage continuation flow for the active feature.

Does post-commit self-check require any external dependencies to run?

No, post-commit self-check requires no external dependencies; it operates as a standalone automated validation pass to inspect workflow artifacts and report delivery status directly within your repository.

When do I need to validate acceptance evidence after a feature commit?

You need to validate acceptance evidence after a feature commit when you require a fast, reliable answer on whether the branch is ready for the next rubric stage or if deterministic remediation is still required.