Skip to content

[skill-activity] fix: replace ✅ shortcode with Unicode emoji in all workshop checkpoint headings - #2553

Merged
pelikhan merged 1 commit into
mainfrom
fix/checkpoint-emoji-encoding-fef7016f23f8726a
Aug 9, 2026
Merged

[skill-activity] fix: replace ✅ shortcode with Unicode emoji in all workshop checkpoint headings#2553
pelikhan merged 1 commit into
mainfrom
fix/checkpoint-emoji-encoding-fef7016f23f8726a

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

What was improved

Replaced the Markdown shortcode :white_check_mark: with the literal ✅ Unicode character (U+2705) in the ## Checkpoint heading of all 84 affected workshop files.

Learner pain point addressed

The curriculum evaluator and other tooling match against the literal ✅ Unicode character. Files using the shortcode were scoring 0.0 on checkpoint_quality even when they had well-formed checklist items — masking real content quality from authors and skewing overall corpus scoring.

Why it helps workshop flow

With correctly detected checkpoint headings, the automated rubric accurately reflects each step's self-testing quality. This also ensures consistent checkpoint rendering across all rendered surfaces (GitHub.com, Codespaces preview, VS Code Markdown preview) since the Unicode emoji renders uniformly regardless of the Markdown processor.

Root issue identified by curriculum evaluator: 04-github-actions-intro.md: checkpoint_quality — emoji mismatch causes checkpoint to score 0.0

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🧩 Workshop Skill Activity Author · 24.4 AIC · ⌖ 7.36 AIC · ⊞ 5.1K ·

  • expires on Aug 10, 2026, 5:06 AM UTC

84 workshop files used the Markdown shortcode ✅ in their
## ✅ Checkpoint headings. The curriculum evaluator and other
tooling match the literal ✅ Unicode character (U+2705), so all affected
files scored 0.0 on checkpoint_quality.

Replace all occurrences with the Unicode character so the headings render
consistently and the automated rubric detects them correctly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation skill-activity workshop labels Aug 9, 2026
@pelikhan
pelikhan marked this pull request as ready for review August 9, 2026 11:27
@pelikhan
pelikhan merged commit 736ae04 into main Aug 9, 2026
1 check passed
@pelikhan
pelikhan deleted the fix/checkpoint-emoji-encoding-fef7016f23f8726a branch August 9, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill-activity workshop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant