
from claude-skill-registry412
Run and manage Python test suites with pytest: discover tests, run with coverage and parallelism, and provide failure analysis and diagnostics.
Run and manage pytest-based test suites with sensible defaults, coverage reporting, and failure analysis. The skill provides environment checks, test discovery, execution commands (including coverage and parallel runs), and recovery steps for common failures. It saves checkpoints (collections, results, coverage) for downstream analysis.
Use this skill when you need automated test execution and diagnostics: CI troubleshooting, local test runs before commits, generating coverage reports, or running selective tests by markers or patterns. It is useful for developers and CI engineers integrating pytest into workflows.
Best suited for agents that can run shell/python commands and access project files (e.g., Claude Code / Copilot-like agents with Bash/Python tooling).
A pytest runner skill that guides an agent through environment setup, test discovery, execution, and failure analysis. Well-structured with archetype mitigations and recovery protocols, but no bundled scripts — it's purely instructional, relying on the agent to run bash commands ad-hoc. Useful as a reference but limited in automation since there's nothing to execute programmatically.
Clean skill — no security concerns. No hardcoded secrets, no remote code execution, no exfiltration risks. The `pip install pytest` fallback is a minor environment-modification concern but standard practice. Architecture follows a reasonable pattern but the `.aiwg` checkpoint structure is very specific to one framework. Usefulness is moderate: many agents can already run pytest without a dedicated skill, and without scripts it's essentially a well-organized reference doc.
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.