Use {{vscode}}/{{cli}} conditional blocks for platform-specific onboarding in paw-status#294
Draft
Copilot wants to merge 3 commits intofix/273-paw-about-uxfrom
Draft
Use {{vscode}}/{{cli}} conditional blocks for platform-specific onboarding in paw-status#294Copilot wants to merge 3 commits intofix/273-paw-about-uxfrom
Copilot wants to merge 3 commits intofix/273-paw-about-uxfrom
Conversation
Co-authored-by: lossyrob <2320142+lossyrob@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on using vscode and cli templates for prompts
Use {{vscode}}/{{cli}} conditional blocks for platform-specific onboarding in paw-status
Mar 15, 2026
lossyrob
requested changes
Mar 16, 2026
skills/paw-status/SKILL.md
Outdated
| - Install via `copilot plugin install lossyrob/phased-agent-workflow` or `npx @paw-workflow/cli install copilot`, then start with `copilot --agent PAW` (or `/agent PAW` in an existing session). | ||
| {{/cli}} | ||
| {{#vscode}} | ||
| - Install the extension, then run `PAW: New PAW Workflow`. |
Owner
There was a problem hiding this comment.
Since the user will be using a skill that requires an installation, it makes less sense to have install guidance here. Just have the workflow init guidance. Right for vscode, for cli it should be selecting the PAW custom agent and typing, "start a new paw workflow" or something like that
Contributor
Author
There was a problem hiding this comment.
Done in 74ca643. Removed the install guidance and updated both blocks to workflow init only:
- CLI: "Select the PAW custom agent (
copilot --agent PAWor/agent PAW) and say 'start a new PAW workflow'." - VS Code: "Run
PAW: New PAW Workflow."
…status help mode Co-authored-by: lossyrob <2320142+lossyrob@users.noreply.github.com>
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.
The "get started" instructions added to
paw-status/SKILL.md's Help Mode section listed both CLI and VS Code steps inline, instead of using the conditional template blocks the rest of the codebase uses.Changes
skills/paw-status/SKILL.md: Replace platform-named bullet points with{{#cli}}/{{#vscode}}conditional blocks so each environment only sees its relevant instructions.Before:
After:
💡 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.