pinchtab-dev

Create a structured development workflow for PinchTab contributors.

10.0k|752|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/pinchtab/pinchtab --skill pinchtab-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinchtab-dev
Source: https://github.com/pinchtab/pinchtab/tree/main/skills/pinchtab-dev
Command: npx skills add https://github.com/pinchtab/pinchtab --skill pinchtab-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PinchTab developers need a streamlined workflow to contribute, fix bugs, run tests, and prepare PRs; this Skill centralizes development tasks to accelerate collaboration and onboarding.

Core Features & Use Cases

  • Guides on setting up a local development environment, building, testing, and running the dashboard.
  • Provides best practices for branching, committing, and PR readiness to speed up contributions.
  • Use Case: A maintainer uses this Skill to spin up a feature branch, run unit tests, and prepare a PR description.

Quick Start

Run the development wrapper to build, test, and run PinchTab locally.

Frequently Asked Questions about pinchtab-dev

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

FAQPage Schema
How do I set up a local development environment to contribute code to PinchTab?

The PinchTab development workflow streamlines branching, committing, and PR readiness to speed up contributions. It provides best practices for preparing pull requests and running unit tests before submitting your code.

What is the best way to prepare a pull request for a PinchTab repository?

You can run unit tests locally by executing the PinchTab development wrapper. This wrapper builds and tests the PinchTab dashboard locally, ensuring your feature branch or bug fix passes all checks before PR preparation.

Does the PinchTab development workflow require any external dependencies or scripts?

The PinchTab development workflow includes a valid SKILL.md frontmatter with name and description, optional scripts, references, assets, and a clear Quick Start to satisfy structural requirements for contributing code, fixing bugs, and building features.

How do I run unit tests for a feature branch before submitting a PinchTab PR?

To set up your local development environment for PinchTab, run the development wrapper which handles building, testing, and running the dashboard locally. This centralizes environment setup to accelerate onboarding and coding.