[skill-activity] fix(02a): add gh auth status verification and fix checkpoint accuracy#1829
Merged
Merged
Conversation
- Add 'gh auth status' command alongside 'gh --version' so learners actually verify they are authenticated, matching the existing prose that claims to confirm login. - Fix checkpoint item that said 'free for public repositories' — the repo is created as Private in this step, and Codespaces are available on the free tier (60 h/month), not only on public repos. - Fix TIP callout that linked to the gh-aw install troubleshooting page, which is irrelevant at this setup step; replace with actionable 'gh auth login' recovery hint. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Jul 22, 2026
pelikhan
marked this pull request as ready for review
July 22, 2026 07:50
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.
What was improved
Three consistency issues in
workshop/02a-setup-codespace.md(lowest-scoring file at 7.67/10, declining trend):Missing auth verification — the step told learners to run
gh --versiononly, but the surrounding prose claimed they would confirm being logged in togithub.com. Addedgh auth statusas a second verification command so the instructions match what learners actually need to check.Inaccurate checkpoint item — the checkpoint said Codespaces are free for public repositories, but the step instructs learners to create a Private repository. Updated to the accurate statement: Codespaces are available on the free tier (60 h/month), regardless of repository visibility.
Misleading TIP callout — the terminal-ready tip linked to the
gh awinstall troubleshooting page (not yet installed at this step). Replaced with an actionable inline hint to rungh auth loginif auth status shows an error.Learner pain point addressed
Learners could believe their environment was verified when it was not —
ghwas installed but not confirmed as authenticated. This caused silent failures later when authenticatedghcommands ran. The checkpoint mismatch also confused learners who created a private repo as instructed but saw a checkpoint item implying they needed a public one.Workshop flow impact
All changes are self-contained within
02a-setup-codespace.md. No cross-links or other files affected.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.