finalize-checklist

Automate pre-commit checks including build verification, documentation sync, and secret scanning.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Sovereign-Communication/SCMessenger --skill finalize-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize-checklist
Source: https://github.com/Sovereign-Communication/SCMessenger/tree/main/.agents/skills/finalize-checklist
Command: npx skills add https://github.com/Sovereign-Communication/SCMessenger --skill finalize-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a thorough and automated checklist to confirm all necessary steps are completed before finalizing any run, thereby reducing the risk of oversight and ensuring the integrity of the workflow.

Core Features & Use Cases

  • Comprehensive Checklist: Executes a full set of checks including scope determination, build verification, documentation synchronization, secret scanning, and canonical document updates.
  • Scope Determination: Analyzes changes to determine the appropriate build-verify scope.
  • Build Verification: Invokes the build-verify skill with the correct scope.
  • Documentation Synchronization: Ensures documentation is up-to-date.
  • Secret Scan: Identifies and flags sensitive information in staged changes.
  • Canonical Doc Check: Confirms that all relevant canonical documents have been updated.
  • Use Case: Before committing code changes, run this skill to ensure all necessary checks are passed, reducing the risk of deploying incomplete or incorrect code.

Quick Start

Run the finalize-checklist skill to verify all pre-commit steps before finalizing any run.

Frequently Asked Questions about finalize-checklist

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

FAQPage Schema
How do I automate a pre-commit checklist for code changes?

Automate a pre-commit checklist by running scope determination, build verification, documentation synchronization, secret scanning, and canonical document checks before finalizing any code commit.

What is included in a pre-commit code verification workflow?

A pre-commit code verification workflow includes analyzing changes to determine build scope, invoking build verification, scanning staged changes for secrets, and confirming canonical documentation updates.

How do I run secret scanning on staged code changes before committing?

Run secret scanning on staged changes by executing an automated pre-commit checklist that identifies and flags sensitive information, ensuring no secrets are deployed with your code.

How do I ensure documentation synchronization before finalizing a run?

Ensure documentation synchronization by executing a comprehensive pre-commit checklist that verifies documentation is up-to-date and confirms all relevant canonical documents have been updated.

Does the pre-commit checklist require Bash and Grep commands?

Yes, the pre-commit checklist requires Bash, Read, Grep, and Glob commands to execute scope determination, build verification, secret scanning, and documentation synchronization checks.

What is the best way to verify build scope before committing code?

The best way to verify build scope is using an automated pre-commit checklist that analyzes code changes, determines the appropriate build-verify scope, and invokes verification automatically.