feat(icp-cli): route web identity flows to specialized skills#225
Merged
Conversation
Replace the thin `icp identity link web` stub with a routing pointer to the deploy-to-cloud-engine and agent-web-identity skills. The two bare examples had no --auth vs --app distinction, no stdin "Press Enter" warning, and could mislead an agent into running the command blind. Both flags are fully documented (with pitfalls) in the specialized skills. Closes #218
Skill Validation ReportValidating skill: /home/runner/work/icskills/icskills/skills/icp-cliStructure
Frontmatter
Tokens
Markdown
Tokens
Content Analysis
References Content Analysis
Contamination Analysis
References Contamination Analysis
Result: 1 warning Project Checks |
raymondk
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #218. Replaces the thin web-identity stub in
skills/icp-cli/SKILL.mdwith a routing pointer to the two specialized skills that now ownicp identity link web(both prerequisites — #212deploy-to-cloud-engineand #217agent-web-identity— have merged).The old stub had two bare command examples with no
--authvs--appdistinction, no stdin "Press Enter" warning, and no pitfalls — worse than nothing, since an agent could pick them up and run the command blind.Change
Verification
deploy-to-cloud-engineuses--auth <console-origin>✓agent-web-identityuses--app <domain>✓npm run validate→ all 26 skills pass (only pre-existing unrelated warnings).Evals
No case in
evaluations/icp-cli.jsonreferenced the removed content, so nothing breaks. No new cases added: this is a pure scope reduction with no new agent-facing behavior to regression-test, and ashould_not_triggerguard for cloud-engine deploys would fight icp-cli's intentionally broad description ("deploying any IC project", "identity management").Closes #218