Skip to content

Commit 542ce83

Browse files
ryzizubclaude
andauthored
fix(skills): align frontmatter with latest standards and wire $ARGUMENTS (#187)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 941c9f8 commit 542ce83

14 files changed

Lines changed: 33 additions & 15 deletions

File tree

agents/quality-review/pr-readiness-review-agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: pr-readiness-review-agent
33
description: Checks PR readiness — formatting, static analysis, debug artifacts, and commit hygiene — to catch mechanical issues before opening a pull request.
44
model: haiku
5-
effort: low
65
---
76

87
# PR Readiness Review Agent

skills/brainstorm/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: brainstorm
33
user-invocable: true
4-
description: Explores requirements and approaches through collaborative dialogue before planning implementation. Use when user says "brainstorm", "explore idea", "what should we build", "think through this", or "let's discuss approaches".
4+
description: Explores requirements and approaches through collaborative dialogue before planning implementation.
5+
when_to_use: Use when user says "brainstorm", "explore idea", "what should we build", "think through this", or "let's discuss approaches".
56
argument-hint: feature or idea to explore
67
compatibility: Designed for Claude Code (or similar products with agent support)
78
---

skills/build/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: build
33
user-invocable: true
4-
description: Executes an implementation plan — writes code and tests, runs quality review, and ships a pull request. Use when user says "build this", "implement the plan", "start coding", "execute the plan", or "ship it".
4+
description: Executes an implementation plan — writes code and tests, runs quality review, and ships a pull request.
5+
when_to_use: Use when user says "build this", "implement the plan", "start coding", "execute the plan", or "ship it".
56
effort: high
67
argument-hint: plan file path
78
allowed-tools: Bash(rm -rf docs/reviews/)

skills/create-branch/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: create-branch
33
user-invocable: true
4-
description: Sets up a workspace branch or worktree before writing artifacts. Use when user says "create a branch", "set up workspace", "start a feature branch", or "new branch".
4+
description: Sets up a workspace branch or worktree before writing artifacts.
5+
when_to_use: Use when user says "create a branch", "set up workspace", "start a feature branch", or "new branch".
56
argument-hint: feature name or context
67
allowed-tools: Bash(*/scripts/detect-base-branch.sh) Bash(git checkout *)
78
effort: low

skills/create-commit/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
name: create-commit
33
description: Propose and create conventional commit messages for staged changes. Follows Conventional Commits spec and VGV workflow.
4+
when_to_use: Use when user says "commit this", "create a commit", "write a commit message", or "commit my changes".
45
argument-hint: "[optional: single-commit | ticket/issue number e.g. VGV-123]"
56
allowed-tools: Bash(git commit *) Bash(git add *)
7+
compatibility: Designed for Claude Code (or similar products with git access)
68
---
79

810
# Create a commit

skills/create-pr/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
name: create-pr
33
description: Stage, commit, push, and open a pull request following project conventions and the Conventional Commits spec. Accepts optional skip-checks argument to bypass validation when called from /build.
4+
when_to_use: Use when user says "create a PR", "open a PR", "ship it", "submit a pull request", or "open a merge request".
45
argument-hint: "[optional: skip-checks | ticket/issue number e.g. VGV-123 | short description]"
56
disable-model-invocation: true
67
allowed-tools: Bash(git push *) Bash(git add *) Bash(git commit *) Bash(gh *) Bash(glab *)
8+
compatibility: Designed for Claude Code (or similar products with git access)
79
---
810

911
# Create a pull request

skills/create/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: create
33
user-invocable: true
4-
description: Scaffolds a new project by routing to the right companion plugin's create skill. Use when user says "create a project", "new flutter app", "start a dart package", "scaffold", or asks to set up a new codebase.
4+
description: Scaffolds a new project by routing to the right companion plugin's create skill.
5+
when_to_use: Use when user says "create a project", "new flutter app", "start a dart package", "scaffold", or asks to set up a new codebase.
56
argument-hint: what to create (e.g., "flutter app", "dart package")
67
effort: low
78
allowed-tools: Read Glob Skill

skills/debrief/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: debrief
33
user-invocable: true
4-
description: Produces a structured post-incident analysis — timeline, root cause, and actionable follow-ups — while context is fresh. Use when user says "debrief", "post-mortem", "incident review", or "root cause analysis".
4+
description: Produces a structured post-incident analysis — timeline, root cause, and actionable follow-ups — while context is fresh.
5+
when_to_use: Use when user says "debrief", "post-mortem", "incident review", or "root cause analysis".
56
argument-hint: incident description, PR/commit refs, or error context
67
effort: high
78
compatibility: Designed for Claude Code (or similar products with agent support)

skills/elements-of-style/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: elements-of-style
33
user-invocable: false
4-
description: Applies Strunk's Elements of Style principles when writing or editing prose. Triggers on "write clearly," "edit for style," "improve writing," or tasks requiring clear, vigorous English — documents, emails, reviews.
4+
description: Applies Strunk's Elements of Style principles when writing or editing prose.
5+
when_to_use: Triggers on "write clearly," "edit for style," "improve writing," or tasks requiring clear, vigorous English — documents, emails, reviews.
56
compatibility: Designed for Claude Code (or similar products)
67
---
78

skills/plan-technical-review/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
name: plan-technical-review
33
user-invocable: true
4-
description: Conducts a comprehensive technical review of an implementation plan, ensuring it meets requirements and follows best practices. Use when user says "review the plan", "is this plan ready", "validate my plan", or "check the plan".
4+
description: Conducts a comprehensive technical review of an implementation plan, ensuring it meets requirements and follows best practices.
5+
when_to_use: Use when user says "review the plan", "is this plan ready", "validate my plan", or "check the plan".
56
argument-hint: path to plan file
67
effort: high
78
compatibility: Designed for Claude Code (or similar products with agent support)
89
---
910

1011
# Plan technical review
1112

12-
Run the following agents in parallel to conduct a comprehensive technical review of the proposed plan:
13+
**Plan file:** `$ARGUMENTS` (if empty, ask the user for the plan path or pick the most recent file under `docs/plan/`).
14+
15+
Run the following agents in parallel to conduct a comprehensive technical review of the plan at `$ARGUMENTS`. Pass the plan path to each agent:
1316

1417
- @code-simplicity-review-agent: Review the plan for simplicity and clarity. Ensure the implementation is as straightforward as possible while still meeting all requirements.
1518
- @vgv-review-agent: Review the plan for adherence to Very Good Engineering practices and project conventions. Ensure the implementation follows our established patterns and conventions.

0 commit comments

Comments
 (0)