Skip to main content
GitHub repository

covgate

covgate contains 5 collected skills from jesse-black, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
6
updated
2026-05-11
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

description-frontmatter-authoring
software-developers

Create or revise Markdown `description` frontmatter so `docgarden match` routes agents to the right repository documents. Use when adding a new routed Markdown document, updating existing frontmatter, fixing noisy or missing match results, tuning skills or docs discovery, or making descriptions more query-aligned without loading document bodies.

2026-05-11
ast-grep
software-developers

Guide for writing ast-grep rules to perform structural code search, analysis, and bulk rewrites/refactors. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, perform complex code queries that go beyond simple text search, or carry out structural refactors and code transformations across many files. This skill should be used when users ask to search for code patterns, find specific language constructs, locate code with particular structural characteristics, or rewrite/refactor/migrate code structurally (e.g., renaming an API across all callers, replacing a deprecated pattern, migrating call signatures) instead of reaching for sed, custom Python scripts, or one-off regex replacements.

2026-05-11
evaluator-execplan
software-quality-assurance-analysts-and-testers

Review the current branch, PR, or worktree against the plan or ExecPlan and record findings. Use when an agent needs a code review with findings for changes associated with an active plan.

2026-05-11
generator-execplan
project-management-specialists

Implement from an active plan or ExecPlan while keeping it up to date. Use when an agent needs to implement the active plan, continue plan-driven work, resume the current plan, or carry out an existing ExecPlan.

2026-05-10
planner-execplan
project-management-specialists

Create, update, revise, reopen, or rescope a plan or ExecPlan using `PLANS.md`. Use when an agent needs to create a plan, plan a change, update the plan with new requirements, or rewrite an active ExecPlan.

2026-05-04