check

Run linting, testing, code review, and documentation checks on Python and shell scripts.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill check-janewilkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/janewilkin/bismuth-digital-llc-web/tree/main/.claude/skills/check
Command: npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill check-janewilkin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire code validation pipeline, ensuring that code meets quality standards before it's committed, preventing bugs and maintaining project integrity.

Core Features & Use Cases

  • Comprehensive Validation: Runs linting, testing, code review, and documentation checks sequentially.
  • Smart Scope Handling: Adapts to project size and input paths for efficient execution.
  • Use Case: Before pushing a new feature, run this Skill to automatically verify that your code is well-formatted, all tests pass, and documentation is up-to-date, giving you confidence in your commit.

Quick Start

Run the check skill to validate the entire project.

Frequently Asked Questions about check

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

FAQPage Schema
How do I automate code validation before a git commit?

To automate code validation before a commit, run a multi-stage pipeline that executes linting, testing, code review, and documentation checks sequentially. This ensures your Python and shell scripts meet quality standards before integration.

What is included in a pre-commit code quality check pipeline?

A pre-commit code quality check pipeline includes sequential stages for linting, testing, code review, and documentation validation. It intelligently handles project scope and file batching to verify formatting and test coverage across your scripts.

Can I run automated CI/CD checks on Python and shell scripts?

Yes, you can run automated CI/CD checks on Python and shell scripts. The validation pipeline adapts to your project size and input paths, executing file batching for optimal performance during linting and testing.

How do I ensure documentation checks pass during code review?

To ensure documentation checks pass during code review, execute a validation pipeline that verifies documentation is up-to-date alongside linting and testing. This confirms your project integrity and prevents committing outdated references.

Does the check skill work with large project scopes?

Yes, the check skill works with large project scopes by intelligently handling project size and input paths. It utilizes smart file batching to execute linting, testing, and code review efficiently across your entire codebase.