docs: Add missing skills to README and frontmatter to review-gate

This commit is contained in:
dan 2026-01-14 11:40:43 -08:00
parent 33e307daaa
commit b87fe4c467
2 changed files with 10 additions and 0 deletions

View file

@ -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 |

View file

@ -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.