gh-address-comments-extras

Ensure correct JSON encoding and decoding for GitHub PR threads on Windows.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/stephendor/TDL --skill gh-address-comments-extras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments-extras
Source: https://github.com/stephendor/TDL/tree/main/.agents/skills/gh-address-comments-extras
Command: npx skills add https://github.com/stephendor/TDL --skill gh-address-comments-extras

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses issues with GitHub comment handling on Windows, such as UTF-8 encoding failures, and integrates with external scanners for remediation.

Core Features & Use Cases

  • Windows UTF-8 Support: Ensures correct encoding and decoding of GitHub JSON on Windows.
  • Scanner Integration: Integrates with external scanners like Codacy, Semgrep, and CodeQL for enhanced comment handling.
  • Use Case: When fetching PR threads on Windows, use this Skill to ensure that thread-fetch scripts decode GitHub JSON correctly and to handle cases where scanner rule IDs are omitted.

Quick Start

Use the gh-address-comments-extras skill to fetch PR threads on Windows and integrate with external scanners.

Frequently Asked Questions about gh-address-comments-extras

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix GitHub comment JSON decoding errors on Windows?

To fix GitHub comment JSON decoding errors on Windows, ensure your thread-fetch scripts enforce strict UTF-8 encoding and decoding. This prevents character corruption when handling GitHub JSON payloads and integrates with external scanner workflows.

How do I integrate external scanner comments with GitHub PR threads?

To integrate external scanner comments with GitHub PR threads, apply a workflow that fetches PR threads and handles cases where scanner rule IDs are omitted. This enables enhanced comment remediation for platforms like Codacy, Semgrep, and CodeQL.

Does this GitHub comment handler support Windows UTF-8 encoding?

Yes, this GitHub comment handler supports Windows UTF-8 encoding. It ensures correct JSON encoding and decoding specifically for Windows platforms, allowing PR thread fetching scripts to process GitHub data without character encoding failures.

What's the best way to handle missing scanner rule IDs in GitHub PR threads?

The best way to handle missing scanner rule IDs in GitHub PR threads is to use a comment handling workflow that integrates with external scanners. This method fetches PR threads while actively managing omitted rule IDs for proper remediation.

Why does fetching GitHub PR threads fail with encoding issues on Windows?

Fetching GitHub PR threads fails with encoding issues on Windows because standard scripts often lack strict UTF-8 JSON decoding. Applying a Windows-compatible comment handler ensures correct JSON encoding and decoding to resolve these failures.