shipflow-check

Run type checking, linting, building, and testing across project stacks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dianedef/ShipFlow --skill shipflow-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipflow-check
Source: https://github.com/dianedef/ShipFlow/tree/main/.claude/skills/shipflow-check
Command: npx skills add https://github.com/dianedef/ShipFlow --skill shipflow-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of checking code quality and fixing errors in various project types, ensuring code integrity and adherence to standards.

Core Features & Use Cases

  • Automated Checks: Runs type checking, linting, building, and testing based on project type.
  • Error Fixing: Attempts to automatically fix detected errors when requested.
  • Workspace Support: Handles monorepos by allowing selection of specific projects to check.
  • Use Case: Before committing code, run this Skill to ensure your TypeScript project is free of type errors, linting issues, and build failures, automatically fixing common problems.

Quick Start

Use the shipflow-check skill to run all checks and fix any errors found in the current project.

Frequently Asked Questions about shipflow-check

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

FAQPage Schema
How do I run automated code quality checks for TypeScript and Python projects?

Automated code quality checks for TypeScript and Python can run type checking, linting, building, and testing simultaneously. This Skill detects your project stack and executes the appropriate validation scripts to ensure code integrity before committing.

Can I automatically fix linting and type errors across different project stacks?

Yes, you can automatically fix linting and type errors across supported stacks like JavaScript, Astro, Python, and Bash. When requested, the Skill attempts automated error fixing for common issues detected during the checking process.

Does this code quality checker support monorepos and workspace root detection?

This code quality checker fully supports monorepos through workspace root detection. It allows you to select specific projects within the monorepo to check, ensuring targeted validation across your multi-package repository.

What's the best way to check build scripts and test suites before committing code?

The best way to check build scripts and test suites is to run a comprehensive pre-commit validation. This Skill adheres to your project-specific package managers to execute builds and tests, catching failures before they reach your repository.

Why do my automated checks fail when using a different package manager?

Automated checks fail with different package managers because this Skill requires strict adherence to your project-specific package managers and build scripts. Using the incorrect manager prevents proper dependency resolution and script execution.

Do I need a specific environment setup to run linting and type checking for Astro projects?

You need your existing project-specific package manager and build scripts configured to run linting and type checking for Astro projects. The Skill leverages your current environment setup to execute these checks without requiring additional configuration.