check-and-commit

Installation
SKILL.md

Check And Commit

Use this skill when the user wants a branch verified end to end and published only if the repository is in a good state.

Workflow

  1. Load the pipeline config.
  2. Scope the change first.
  3. Run the configured validation commands in order.
  4. Fix straightforward failures, especially locale drift and missing keys when the repo checks them.
  5. Re-run the failed gates until green.
  6. Commit and push only after all required checks pass.

Configuration

Load .ai/agentic.config.json using the standard snippet from the setup-agent-pipeline skill. If the file is missing, stop and tell the user to run setup-agent-pipeline first. The verification gates come from the config:

Installs
1
GitHub Stars
142
First Seen
Jul 5, 2026
check-and-commit — open-mercato/skills