
from claude-skill-registry361
Run multi-language linting, formatting, type checks and tests as a single quality gate to validate code before merge or release.
Quality Gates provides a unified, multi-language validation pipeline that runs linters, format checks, type checks and tests across a project. It detects project languages, chooses appropriate tools (ESLint/Prettier for JS/TS, Ruff/Black/mypy for Python, Clippy/rustfmt for Rust, gofmt/govet for Go, etc.), and emits a concise exit code indicating which gate failed. Typical usage is pre-PR validation or CI enforcement to make sure code meets quality standards before merging.
Use Quality Gates when preparing a pull request, running CI pre-merge checks, or performing a local code health audit. Invoke it in CI pipelines, during pre-commit hooks, or manually when you want an automated pass/fail signal across lint, format, types and tests.
This skill is suitable for code-focused assistants and CI automation (Claude Code-style agents, CLI-driven agents, GitHub Actions orchestration). It expects access to a project's filesystem and standard language toolchains.
A multi-language quality gate validation skill covering 9 languages with linting, formatting, type checking, and test execution. The SKILL.md is well-structured with clear tables and examples but has no bundled scripts — it relies on the `ralph` CLI and existing tooling. References an external `/orchestrator` integration and `tldr` commands that may not be available.
No security concerns — no scripts, no network calls, no credentials. Purely instructional skill. Code quality is moderate: clear instructions and good table formatting, but relies on non-standard tooling (ralph CLI) without setup guidance. Architecture is basic: frontmatter present but no scripts/ directory, no references/ directory, no separation of concerns. Usefulness is decent: quality gates are a real need, but the skill is more of a reference card than an executable tool without the ralph CLI.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.