check-feedback

Collect open SEMO feedback issues via the GitHub API and output a Markdown summary.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill check-feedback
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: check-feedback
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/meta/skills/check-feedback
Command: npx skills add https://github.com/semicolon-devteam/semo --skill check-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires Bash, gh, curl, jq.

What problem does it solve?

This Skill centralizes the tracking of open feedback issues across all SEMO-related repositories and ensures that users who provided feedback are automatically notified via Slack when their issues are resolved.

Core Features & Use Cases

  • Feedback Issue Aggregation: Collects and lists all open issues tagged as feedback or related to SEMO from various repositories.
  • Resolution Notification: Automatically sends a Slack notification to the original feedback provider when their issue is fixed, closing the feedback loop.
  • GitHub-to-Slack Mapping: Dynamically maps GitHub usernames to Slack IDs for accurate mentions in notifications.
  • Use Case: After fixing a bug reported by a user, this skill can automatically send a Slack message to that user, informing them that their feedback has been addressed in the latest release.

Quick Start

Check for new feedback: "ํ”ผ๋“œ๋ฐฑ ํ™•์ธ" List all open SEMO issues: "SEMO ๊ด€๋ จ open ์ด์Šˆ ์กฐํšŒ" Notify user of fix: "ํ”ผ๋“œ๋ฐฑ ์ˆ˜์ • ์™„๋ฃŒ ํ›„ ์Šฌ๋ž™ ์•Œ๋ฆผ"

Frequently Asked Questions about check-feedback

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

FAQPage Schema
How do I track and report open feedback issues from GitHub repositories?โ–ผ

This Skill collects and enumerates all open feedback issues from SEMO repositories using the GitHub API, displaying them by ID, title, labels, and creation date in a Markdown-formatted status summary suitable for review and reporting.

Can I automatically notify users on Slack when their GitHub feedback is resolved?โ–ผ

Yes. The Skill maps GitHub usernames to Slack IDs and sends automatic Slack notifications to feedback providers when their reported issues are fixed, closing the feedback loop without manual intervention.

What tools and dependencies does feedback tracking with GitHub and Slack require?โ–ผ

Feedback tracking requires Bash, the GitHub CLI (gh), curl for API calls, and jq for JSON parsing to fetch issues from GitHub and route notifications to Slack.

How do I aggregate feedback issues across multiple SEMO-related repositories?โ–ผ

The Skill centralizes open feedback issue collection across all SEMO repositories by querying the GitHub API with Bash and jq, then outputs a unified status summary listing all issues for consolidated review.

What's the workflow for automating feedback resolution notifications to users?โ–ผ

After fixing a reported issue, the Skill automatically sends a Slack message to the original feedback provider mentioning the resolution and latest release, eliminating manual follow-up communication.

Does this Skill work for repositories outside SEMO or custom issue labels?โ–ผ

The Skill is designed specifically for SEMO repositories and feedback-tagged issues; applicability to other repositories or label schemes depends on GitHub API query customization beyond the core workflow.