Skip to content

fix(skills): prevent PR description encoding corruption#37

Merged
brianhdk merged 1 commit intomainfrom
fix/skill-pull-request-encoding-issue
Feb 16, 2026
Merged

fix(skills): prevent PR description encoding corruption#37
brianhdk merged 1 commit intomainfrom
fix/skill-pull-request-encoding-issue

Conversation

@brianhdk
Copy link
Contributor

Summary

  • Update skill PR-body instructions to avoid encoding-related symbol corruption in GitHub-rendered PR descriptions.
  • Replace interpolated here-string PR body generation with a safe template + Trello URL replacement pattern.
  • Write PR body files explicitly as UTF-8 (Set-Content -Encoding utf8).

Scope

  • SKILL instructions only (SKILL.md).
  • No runtime application code, configs, or dependencies changed.

Validation

  • Confirmed old @" ... | Set-Content C:\Users\mail\AppData\Local\Temp\pr-body-relewise-sdk-java.md pattern was removed.
  • Confirmed TRELLO_CARD_URL templating and UTF-8 write instructions are present.

@brianhdk brianhdk merged commit 13ef3cb into main Feb 16, 2026
2 checks passed
@brianhdk brianhdk deleted the fix/skill-pull-request-encoding-issue branch February 16, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments