tunelito-ship

Automate Tunelito PR preparation with Git commit, push, and verification.

Updated May 22, 2026
One-click install
npx skills add https://github.com/chekos/tunelito --skill tunelito-ship
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tunelito-ship
Source: https://github.com/chekos/tunelito/tree/main/.claude/skills/tunelito-ship
Command: npx skills add https://github.com/chekos/tunelito --skill tunelito-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the preparation of Tunelito changes for a PR-ready commit and push, ensuring verification and a clear handoff summary.

Core Features & Use Cases

  • PR Preparation: Automates the commit and push process with verification and handoff summary.
  • Git Integration: Utilizes Git commands to inspect the current state and manage changes.
  • Package Verification: Runs npm CI and smoke tests for package changes.
  • Conventional Commit: Prompts for a concise conventional commit message if needed.
  • Branch Management: Pushes to a branch and creates a PR for code changes.
  • GitHub Actions: Checks GitHub Actions status if changes are pushed.
  • Local-first Approach: Maintains the local-first philosophy of Tunelito, keeping files on the user's machine.

Quick Start

Run the tunelito-ship skill to prepare your changes for a PR.

Frequently Asked Questions about tunelito-ship

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

FAQPage Schema
How do I automate Git commit and push for a PR with verification?▼

To automate PR preparation, this Skill handles Git commit and push operations, runs package verification via npm CI and smoke tests, and generates a handoff summary for local-first development workflows.

Does this PR preparation tool check GitHub Actions status after pushing code?▼

Yes, this tool checks GitHub Actions status after code changes are pushed, integrating with your existing CI setup to verify branch state and ensure deployments proceed smoothly.

Can I use conventional commit messages when preparing my PR?▼

Yes, the Skill prompts for a concise conventional commit message during the PR preparation phase if your Git changes require one, ensuring your commit history stays structured.

What is a local-first approach for PR preparation and deployment?▼

A local-first approach to PR preparation keeps files on your local machine. This Skill automates commits, pushes, and verification checks without requiring remote file storage.

How do I run npm CI and smoke tests for package changes before creating a PR?▼

To run npm CI and smoke tests for package changes, the Skill executes package verification automatically during PR preparation. This ensures code quality before pushing changes.