docs: Add missing skills to README and frontmatter to review-gate
This commit is contained in:
parent
33e307daaa
commit
b87fe4c467
|
|
@ -42,6 +42,11 @@ skills/
|
||||||
| **worklog** | Create comprehensive structured org-mode worklogs documenting work sessions. | Deployed |
|
| **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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| update-opencode | Check for and apply OpenCode version updates in Nix-based dotfiles. | Available |
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
name: review-gate
|
||||||
|
description: Quality gate for cross-agent review enforcement.
|
||||||
|
---
|
||||||
|
|
||||||
# review-gate
|
# review-gate
|
||||||
|
|
||||||
Quality gate for cross-agent review enforcement. Blocks agent completion until work is reviewed and approved.
|
Quality gate for cross-agent review enforcement. Blocks agent completion until work is reviewed and approved.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue