[PR #655] [MERGED] docs: mention skills in install help #684

Closed
opened 2026-02-26 22:32:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/655
Author: @rudrankriyam
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @rudrankriyam

Base: mainHead: docs/mention-skills-in-help


📝 Commits (6)

  • 30c3aaf docs: mention skills in install help
  • 419cf54 fix: switch install skills to npx skills add
  • fef6b84 docs: surface install skills in root help
  • 66904cb feat: add top-level skills command
  • 1cdaf3a feat: replace install/skills with install-skills
  • 1261bde refactor: hardcode install-skills pack

📊 Changes

6 files changed (+15 additions, -142 deletions)

View changed files

📝 cmd/root_usage.go (+1 -1)
📝 cmd/run_additional_test.go (+1 -1)
📝 internal/cli/docs/templates/ASC.md (+1 -1)
📝 internal/cli/install/install.go (+9 -58)
📝 internal/cli/install/install_test.go (+2 -80)
📝 internal/cli/registry/registry.go (+1 -1)

📄 Description

Summary

  • Update asc --help getting-started install description to explicitly mention skills.
  • Keep generated docs template (ASC.md) in sync so agents/users discover asc install skills.

Test plan

  • make format
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 make test
  • go build -o /tmp/asc . && /tmp/asc --help (verify install: line)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/655 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `docs/mention-skills-in-help` --- ### 📝 Commits (6) - [`30c3aaf`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/30c3aaf9415d767cfa6b3738e075653b30895dfc) docs: mention skills in install help - [`419cf54`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/419cf543a42b4569701a74b2c59b34c7e19497c8) fix: switch install skills to npx skills add - [`fef6b84`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/fef6b840c58c98240402350355b386a2c10b8922) docs: surface install skills in root help - [`66904cb`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/66904cb993330821f41bfe141d3c0ac9e754f888) feat: add top-level skills command - [`1cdaf3a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1cdaf3aef87f59e229fed7ed9670a3e7251f942c) feat: replace install/skills with install-skills - [`1261bde`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1261bde9c8f9f06ecf89be52757532729a077faf) refactor: hardcode install-skills pack ### 📊 Changes **6 files changed** (+15 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root_usage.go` (+1 -1) 📝 `cmd/run_additional_test.go` (+1 -1) 📝 `internal/cli/docs/templates/ASC.md` (+1 -1) 📝 `internal/cli/install/install.go` (+9 -58) 📝 `internal/cli/install/install_test.go` (+2 -80) 📝 `internal/cli/registry/registry.go` (+1 -1) </details> ### 📄 Description ## Summary - Update `asc --help` getting-started `install` description to explicitly mention skills. - Keep generated docs template (`ASC.md`) in sync so agents/users discover `asc install skills`. ## Test plan - `make format` - `make lint` - `ASC_BYPASS_KEYCHAIN=1 make test` - `go build -o /tmp/asc . && /tmp/asc --help` (verify `install:` line) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:32:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#684
No description provided.