ship

Auto-fix issues, generate commit messages, and refresh Kanban boards.

1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/slavochek2/claritypledge --skill ship-slavochek2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/slavochek2/claritypledge/tree/main/.claude/_archive/slava/ship
Command: npx skills add https://github.com/slavochek2/claritypledge --skill ship-slavochek2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates frictionless commits by auto-fixing issues, generating consistent commit messages, and refreshing Kanban boards to reflect changes.

Core Features & Use Cases

  • Auto-fixable issue resolution: fixes issues that can be resolved automatically before committing.
  • Generated commit messages: creates concise, conventional-commit-like messages.
  • Kanban refresh: triggers updates to project boards after a commit to reflect progress.

Quick Start

Say 'commit this' to start the automatic commit workflow.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git commit messages and lint fixes in my workflow?

Automate git commit messages and lint fixes by auto-fixing issues before committing and generating concise conventional-commit-like messages. This workflow enforces explicit staging and runs post-commit checks to ensure code quality.

What's the best way to refresh a Kanban board automatically after a git commit?

Refresh a Kanban board automatically after a git commit by triggering board updates during the post-commit phase. The workflow surfaces blockers only when needed, ensuring the board reflects progress without manual intervention.

Does this automation workflow support auto-fixing lint issues before committing?

Yes, the automation workflow supports auto-fixing lint issues before committing. It resolves auto-fixable issues automatically, enforces explicit staging, and generates a commit message only after the code quality checks pass.

How do I generate conventional commit messages automatically?

Generate conventional commit messages automatically by triggering the workflow with a simple commit request. The system analyzes staged changes, applies auto-fixable issue resolution, and creates a concise, conventional-commit-like message.

Why does the commit workflow enforce explicit staging before generating a commit message?

The commit workflow enforces explicit staging before generating a commit message to ensure only intended changes are committed. It surfaces blockers only when needed, preventing unintended files from entering the version control system.