Agent Skills Hub

Discover reusable agent skills, browse implementation details, and find the right skill for your workflow.

Clear

116 skills found

Engineering
testing avatar

testing

Run, debug, and manage DBHub tests including unit, integration with Testcontainers, and database-specific suites. Perfect for verifying code changes and troubleshooting database connector issues.

Views: 122,669
EngineeringAutomation
typescript-testing avatar

typescript-testing

Standardizes Vitest unit and integration testing workflows for TypeScript, enforcing 70% coverage, proper mocking, and CI/CD-ready verification patterns.

Views: 8204
EngineeringAutomation
test-sync avatar

test-sync

Maintain test suite health by automatically detecting orphaned tests, missing coverage, and implementation-coupled anti-patterns.

Views: 16124
Engineering
testing-strategies avatar

testing-strategies

Implement robust software testing strategies, including unit, integration, and E2E tests, mocking frameworks, TDD patterns, and best practices for high-quality, reliable code across any stack.

Views: 18255
Engineering
vitest avatar

vitest

Vitest testing patterns for reliable unit and integration tests. Focuses on critical business logic, edge cases, and mocking strategies for high-impact functions.

Views: 91
EngineeringData Analysis
codebase-inspection avatar

codebase-inspection

Analyze codebase statistics: LOC, language distribution, and code-to-comment ratios using pygount.

Views: 17124,275
EngineeringAutomation
test-generator avatar

test-generator

Automated generation of structured, production-ready pytest test suites for Python functions and classes.

Views: 8744#testing#pytest#python
EngineeringAutomationResearch
code-auditing avatar

code-auditing

A systematic code auditing framework for identifying technical debt, security vulnerabilities, dead code, and code quality issues in software projects.

Views: 135
EngineeringAutomation
code-reviewer avatar

code-reviewer

Conduct automated code reviews for local changes or remote GitHub Pull Requests. It analyzes code for correctness, maintainability, and standards using git and gh CLI integration.

Views: 8102,715
EngineeringAutomation
test-design-techniques avatar

test-design-techniques

Expert systematic test design using BVA, equivalence partitioning, decision tables, and combinatorial testing to maximize coverage and minimize redundancy.

Views: 25329#test-design#bva#equivalence-partitioning#decision-tables
EngineeringAutomation
test-generation avatar

test-generation

Intelligent unit and integration test generation powered by Minion framework, featuring business logic validation, boundary testing, and Vitest integration.

Views: 12
EngineeringAutomation
mutation-testing avatar

mutation-testing

Validate test suite effectiveness and uncover weak assertions by introducing code mutations and measuring kill rates. Essential for proving tests genuinely catch bugs rather than just satisfying coverage metrics.

Views: 9329#mutation#stryker#test-quality#kill-rate