sync-asc-skills
GitHub同步 App Store Connect CLI 技能文档,对比当前 CLI 行为与仓库技能定义,修正已验证的漂移。涵盖命令、参数及工作流示例的校验与最小化更新。
Trigger Scenarios
Install
npx skills add rorkai/App-Store-Connect-CLI --skill sync-asc-skills -g -y
SKILL.md
Frontmatter
{
"name": "sync-asc-skills",
"description": "Check rorkai\/app-store-connect-cli-skills against the current ASC CLI surface and correct proven drift when authorized. Use for skill-drift questions, post-release syncs, or checks of command, flag, output, auth, and workflow examples."
}
Synchronize ASC workflow skills
Drift questions produce a read-only report; update requests authorize proven corrections. Follow AGENTS.md for commit, push, and PR-creation authority.
Establish both sources
- Resolve the current App-Store-Connect-CLI source commit and latest released version relevant to the request.
- Resolve a clean checkout of
rorkai/app-store-connect-cli-skillsand read its repository guidance. - Inventory every skill and identify which commands, flags, environment variables, outputs, or workflows it claims to use.
- Run the current CLI's
--helpat each relevant command path. Useasc search,asc schema, orasc capabilitiesonly when their own current help confirms they are appropriate.
Follow AGENTS.md for parallel reads and serialized writes. Validate mutation-capable examples with help and schemas first; execution and cleanup require authority, and dry runs must be side-effect-free.
Prove drift
Check for:
- Renamed, moved, deprecated, or removed commands.
- Added, removed, or changed flags and accepted values.
- Incorrect long-form examples, pagination, output, confirmation, or pretty-print behavior.
- Auth, environment-variable, timeout, and default-output changes.
- Workflow ordering changes that affect builds, TestFlight, metadata, review, signing, or release operations.
- Examples that parse but no longer perform the claimed workflow.
Do not update skills merely because a newer CLI version exists. Record exact help or runtime evidence for every edit.
Update minimally
- Change only affected skills and examples; avoid release-number churn and speculative prose.
- Keep each
SKILL.mdconcise and move lengthy reference material behind progressive disclosure. - Preserve the skills repository's naming, metadata, validation, and style conventions.
- Validate every changed command example against current built or released
aschelp and the relevant schema. Exercise runtime behavior when safe and authorized; report any path not executed. - Run the skills repository's validators and the current skill-creator validator when available.
- When PR creation is authorized, open a separate draft PR in the skills repository with the CLI commit or release used as evidence and a summary of validation and unexecuted paths.
Never modify the CLI merely to make stale skill documentation pass.
Automation contract
A weekly or post-release automation may run a read-only drift audit and report proven mismatches. It may open a draft PR only when the automation has explicit write authorization and every change is deterministic; otherwise leave a precise change plan.
Hand off
Report the CLI version and commit, skills commit, drift found, files changed, commands verified, validators run, PR URL, and any workflow that could not be tested safely.
Version History
-
5.1.0
Current 2026-09-09 10:53
移除重复的 Agent 工作流指导,明确授权和完成规则。
-
4.10.0
2026-08-28 14:16
收紧并行审查安全性以加速维护者工作流
- 3.1.1 2026-07-25 09:42


