All authors
Oolab-labs avatar

Claude Skills by Oolab-labs

github.com/Oolab-labs
24 skillsA× 240 installs3 views
Ide CoverageA

Test coverage heatmap from lcov or JSON coverage data. Finds coverage reports, parses line coverage per file, and renders a color-coded file-tree heatmap as HTML. Opens in the system browser.

ai-agentsbashnode
0
30
Ide DebugA

Full debug workflow using IDE bridge tools. Runs tests to find failures, sets conditional breakpoints, evaluates expressions in the debugger, identifies root causes, applies fixes, and verifies. Use when debugging test failures or runtime issues.

ai-agentspythongo
0
30
Ide DepsA

Dependency graph for a file or symbol. Calls getCallHierarchy and findReferences, builds a directed graph, and renders an interactive HTML force-directed graph. Opens in the system browser.

ai-agentsgonode
0
30
Ide Diagnostics BoardA

Diagnostic dashboard across the workspace. Calls getDiagnostics, groups results by severity and file, and renders a sortable color-coded HTML table. Opens in the system browser.

ai-agentsgobash
0
30
Ide ExploreA

Deep codebase exploration using IDE bridge LSP tools. Maps architecture, traces call chains, discovers entry points, and builds a mental model of unfamiliar code. Use when onboarding to a new codebase or understanding a module.

ai-agentsgoapi
0
30
Ide QualityA

Multi-language code quality sweep using IDE bridge tools. Runs diagnostics across all languages, auto-fixes lint errors, organizes imports, formats code, runs tests, and optionally commits the cleanup.

ai-agentsgobash
0
30
Ide RefactorA

Safe refactoring with git-backed rollback. Verifies a clean working tree, performs the refactoring using LSP rename and code actions, runs tests, and offers to revert via git if anything breaks.

ai-agentsrefactoringgit
0
30
Ide ReviewA

Deep PR review using IDE bridge LSP and GitHub tools. Analyzes diffs with code intelligence — follows definitions, checks references, inspects types, runs diagnostics, and posts structured review comments.

ai-agentsgogit
0
30
Ide Api Deprecation TrackerA

Find all @deprecated APIs in the workspace, count their callers, and extract migration guidance. Produces a prioritized report sorted by call count so you know which deprecations to tackle first.

ai-agentspythongo
0
30
Ide CoverageA

Test coverage heatmap from lcov or JSON coverage data. Finds coverage reports, parses line coverage per file, and renders a color-coded file-tree heatmap as HTML. Opens in the system browser.

ai-agentsbashnode
0
30
Ide Dead Code HunterA

Find unused exports, dead functions, and unreachable code across the workspace using LSP analysis. Cross-verifies detectUnusedCode with findReferences to eliminate false positives. Use to clean up technical debt or before a major refactor.

ai-agentstypescriptgo
0
30
Ide DebugA

Full debug workflow using IDE bridge tools. Runs tests to find failures, sets conditional breakpoints, evaluates expressions in the debugger, identifies root causes, applies fixes, and verifies. Use when debugging test failures or runtime issues.

ai-agentspythongo
0
30
Ide DepsA

Dependency graph for a file or symbol. Calls getCallHierarchy and findReferences, builds a directed graph, and renders an interactive HTML force-directed graph. Opens in the system browser.

ai-agentsgonode
0
30
Ide Diagnostics BoardA

Diagnostic dashboard across the workspace. Calls getDiagnostics, groups results by severity and file, and renders a sortable color-coded HTML table. Opens in the system browser.

ai-agentsgobash
0
30
Ide ExploreA

Deep codebase exploration using IDE bridge LSP tools. Maps architecture, traces call chains, discovers entry points, and builds a mental model of unfamiliar code. Use when onboarding to a new codebase or understanding a module.

ai-agentsgoapi
0
30
Ide MonitorA

Continuous IDE monitoring using bridge tools. Checks diagnostics, test results, or terminal output. Designed for use with /loop for recurring checks.

ai-agentsperformance
0
30
Ide QualityA

Multi-language code quality sweep using IDE bridge tools. Runs diagnostics across all languages, auto-fixes lint errors, organizes imports, formats code, runs tests, and optionally commits the cleanup.

ai-agentsgobash
0
30
Ide RefactorA

Safe refactoring with git-backed rollback. Verifies a clean working tree, performs the refactoring using LSP rename and code actions, runs tests, and offers to revert via git if anything breaks.

ai-agentsrefactoringgit
0
30
Ide ReviewA

Deep PR review using IDE bridge LSP and GitHub tools. Analyzes diffs with code intelligence — follows definitions, checks references, inspects types, runs diagnostics, and posts structured review comments.

ai-agentsgogit
0
30
Ide Type Mismatch FixA

Diagnose and fix TypeScript/language type errors using LSP diagnostics, hover, and code actions. For each type error, fetches the expected vs actual types, surfaces quickfix suggestions, and optionally applies them. Use when getDiagnostics shows type errors you want to resolve quickly.

ai-agentstypescriptgo
0
30
Dependency AuditA

Scan all project dependencies for known security vulnerabilities.

ai-agentsgobash
0
30
Health CheckA

Run a comprehensive health check covering all aspects of project quality.

ai-agentsbashgit
0
30
Morning BriefA

Run the morning-brief recipe and deliver results to the Patchwork OS Inbox.

ai-agentsbashgit
0
30
Nightly ReviewA

Review the current state of the project and produce a structured report.

ai-agentsbashgit
0
30