diff --git a/README.md b/README.md index 76cb4a4..e634a5c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ skills/ | **worklog** | Create comprehensive structured org-mode worklogs documenting work sessions. | Deployed | | ai-tools-doctor | Check and sync AI coding tool versions against declared manifest. | Available | | bd-issue-tracking | Track complex, multi-session work with dependency graphs using beads. | Available | +| doc-review | Lint markdown documentation for AI agent consumption using deterministic rules + LLM semantic checks. | Available | +| hq | Orchestrate multi-agent workflows using worker CLI and bd issue tracking. | Available | +| ops-review | Run multi-lens ops review on infrastructure files (Nix, shell, Docker, CI/CD). | Available | +| playwright-visit | Visit web pages using Playwright browser automation (screenshot, text, html, pdf). | Available | +| review-gate | Quality gate for cross-agent review enforcement. Blocks agent completion until approved. | Available | | spec-review | Review spec-kit specifications using multi-model AI consensus before phase transitions. | Available | | tufte-press | Generate Tufte-inspired study card JSON from conversation, build PDF, and print. | Available | | update-opencode | Check for and apply OpenCode version updates in Nix-based dotfiles. | Available | diff --git a/skills/review-gate/SKILL.md b/skills/review-gate/SKILL.md index 51f46d2..381cce4 100644 --- a/skills/review-gate/SKILL.md +++ b/skills/review-gate/SKILL.md @@ -1,3 +1,8 @@ +--- +name: review-gate +description: Quality gate for cross-agent review enforcement. +--- + # review-gate Quality gate for cross-agent review enforcement. Blocks agent completion until work is reviewed and approved.