From 6a7a1d63e7dfd854693497b8f16a60c1b76c56b6 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 16:00:31 +0800 Subject: [PATCH] config: add frontmatter metadata to PR review command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add YAML frontmatter with description and allowed-tools permissions to the review-pending-prs command file. This configures tool access restrictions for GitHub PR operations. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/review-pending-prs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude/commands/review-pending-prs.md b/.claude/commands/review-pending-prs.md index 5aae5630..c691abba 100644 --- a/.claude/commands/review-pending-prs.md +++ b/.claude/commands/review-pending-prs.md @@ -1,6 +1,7 @@ -# Review Pending PRs - -Review pending PRs against [CONTRIBUTING.md](../../CONTRIBUTING.md) acceptance criteria. +--- +description: Review pending PRs against CONTRIBUTING.md acceptance criteria. +allowed-tools: Bash(gh api:*), Bash(gh pr close:*), Bash(gh pr diff:*), Bash(gh pr edit:*), Bash(gh pr list:*), Bash(gh pr view:*) +--- ## Usage