[PR #283] [MERGED] feat: add install skills command #408

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

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/283
Author: @rudrankriyam
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @rudrankriyam

Base: mainHead: feat/install-command


📝 Commits (3)

  • 90c0b18 feat: add install skills command
  • 2df61c3 Remove unused commandRunner type
  • e6e92a5 Merge pull request #285 from rudrankriyam/cursor/unused-type-definition-cleanup-f9d0

📊 Changes

3 files changed (+207 additions, -0 deletions)

View changed files

internal/cli/install/install.go (+95 -0)
internal/cli/install/install_test.go (+110 -0)
📝 internal/cli/registry/registry.go (+2 -0)

📄 Description

Summary

  • add asc install command group with skills subcommand
  • run npx --yes add-skill for the default skills package with override flag
  • add tests for npx invocation, override, and missing npx

Test plan

  • go test ./internal/cli/install

🔄 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/283 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/install-command` --- ### 📝 Commits (3) - [`90c0b18`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/90c0b1860efc563f6680ba201c43d636d7578baf) feat: add install skills command - [`2df61c3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/2df61c32a2a478014e650ec58352279e9cb90fed) Remove unused commandRunner type - [`e6e92a5`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/e6e92a54e9fe482be77bb0f31518ec0a3c21da5f) Merge pull request #285 from rudrankriyam/cursor/unused-type-definition-cleanup-f9d0 ### 📊 Changes **3 files changed** (+207 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/cli/install/install.go` (+95 -0) ➕ `internal/cli/install/install_test.go` (+110 -0) 📝 `internal/cli/registry/registry.go` (+2 -0) </details> ### 📄 Description ## Summary - add `asc install` command group with `skills` subcommand - run `npx --yes add-skill` for the default skills package with override flag - add tests for npx invocation, override, and missing npx ## Test plan - [x] go test ./internal/cli/install --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:47 +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#408
No description provided.