What problem does it solve?
Publishing code changes involves many failure points: staging unrelated files, skipping validation, pushing without checking remote divergence, and assuming a push means CI and deployment succeeded. This Skill enforces an evidence-based checklist so only authorized, validated changes are published and remotely verified.
Core Features & Use Cases
- Scoped Staging and Commit: Inspects diffs, excludes unrelated user changes, removes secrets and artifacts, and matches the repository's commit-message convention.
- Validation Routing: Runs repository-native validators, host-native strict validators, and only the checks required by the changed surfaces before committing.
- Remote Verification: Confirms the pushed commit via Git and hosting APIs, watches CI runs, verifies deployments and clean-source installs, and returns a PUBLISHED, PARTIAL, or BLOCKED verdict.
- Use Case: After updating a plugin marketplace catalog, use this Skill to validate the manifests, commit only the intended files, push to the authorized branch, watch CI, and verify the live site before reporting completion.
Quick Start
Use the repository publisher skill to validate, commit, and push my approved changes to the main branch, then verify CI and the deployed site.