Skip to content

Commit 2bdf1f1

Browse files
committed
fix: Add explicit name fields to all commands
- all.md: name: github-social:all (prefixed - generic name) - setup.md: name: github-social:setup (prefixed - generic name) - social-preview.md: name: social-preview - repo-metadata.md: name: repo-metadata - readme-enhance.md: already had name field
1 parent 1b6c291 commit 2bdf1f1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

commands/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: all
2+
name: github-social:all
33
description: Run all github-social skills in sequence - metadata, social preview, and README enhancement
44
argument-hint: "[--apply] [--dry-run] [--provider svg|dalle-3|gemini|manual] [--skip-badges] [--skip-infographic] [--dark-mode]"
55
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "MCPSearch", "mcp__github__create_or_update_file"]

commands/repo-metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2+
name: repo-metadata
23
description: Generate optimized repository description and topics for GitHub
3-
argument-hint: [--apply]
4+
argument-hint: "[--apply]"
45
allowed-tools: Read, Glob, Grep, Bash
56
---
67

commands/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: github-social:setup
23
description: Interactive setup wizard for github-social configuration
34
allowed-tools: Read, Write, Bash, AskUserQuestion
45
---

commands/social-preview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: social-preview
23
description: Generate a social preview image for the current GitHub repository
34
argument-hint: "[--provider svg|dalle-3|gemini|manual] [--style minimal|geometric|illustrated] [--dark-mode] [--upload]"
45
allowed-tools: Read, Glob, Grep, Bash, Write, mcp__github__create_or_update_file, mcp__github__get_file_contents

0 commit comments

Comments
 (0)