Skip to content

feat: add /github:subscribe:list command#3

Draft
sirendhead with Copilot wants to merge 2 commits into
mainfrom
copilot/subscribe-list-functionality
Draft

feat: add /github:subscribe:list command#3
sirendhead with Copilot wants to merge 2 commits into
mainfrom
copilot/subscribe-list-functionality

Conversation

Copilot AI commented Mar 20, 2026

Copy link
Copy Markdown

Adds a new slash command to list GitHub repositories the authenticated user is currently watching.

Changes

  • .claude/commands/github/subscribe/list.md — Command definition:
    • Checks gh CLI availability (prompts install if missing)
    • Fetches watched repos via gh api /user/subscriptions --paginate
    • Sorts alphabetically with jq sort_by(.full_name)
    • Renders table: repository, visibility, description + total count
  • guide/COMMANDS.md — Adds ## GitHub Commands section with ToC entry, full usage docs, and Best Practices entry

View original Slack conversation


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: sirendhead <173355002+sirendhead@users.noreply.github.com>
Copilot AI changed the title [WIP] Add subscribe list functionality to repository feat: add /github:subscribe:list command Mar 20, 2026
Copilot AI requested a review from sirendhead March 20, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants