higress-daily-report

Collect yesterday's Higress issues and PRs, track status, and publish reports to Discord.

9.1k|1.2k|Updated Oct 27, 2022
One-click install
npx skills add https://github.com/alibaba/higress --skill higress-daily-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: higress-daily-report
Source: https://github.com/alibaba/higress/tree/main/.claude/skills/higress-daily-report
Command: npx skills add https://github.com/alibaba/higress --skill higress-daily-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, clawdbot, and includes scripts (resource) components.

What problem does it solve?

This skill automates the generation of Higress project daily reports by aggregating yesterday's issues and PRs, tracking their status and progress, and capturing lessons in a knowledge base to drive community issue closure.

Core Features & Use Cases

  • Automatic collection of yesterday's Higress issues and PRs from GitHub
  • Issue/PR status tracking, comment delta detection, and follow-up reminders
  • Knowledge base augmentation with patterns, root causes, and solutions
  • Daily report generation saved to /root/clawd/reports and delivered to Discord channel

Quick Start

Load this skill into Clawdbot and trigger the daily report workflow to generate and publish Higress' daily digest.

Frequently Asked Questions about higress-daily-report

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

FAQPage Schema
How do I automate GitHub issue tracking and daily report generation?

Automating GitHub issue tracking and daily reports involves collecting yesterday's issues and pull requests, computing status deltas, and publishing structured digests. This skill executes that workflow using GitHub CLI and jq to fetch data and deliver reports to Discord.

What is the best way to track Higress project issues and pull requests daily?

Tracking Higress project issues daily is best handled by aggregating pull requests and status updates into a single digest. This skill collects yesterday's Higress activity, detects comment deltas, and saves structured daily reports locally while publishing them to a Discord channel.

Do I need GitHub CLI and jq to generate automated daily reports?

Yes, you need GitHub CLI (gh) and jq to generate these automated daily reports. The skill relies on gh to fetch Higress repository data and jq to process the JSON responses before computing deltas and delivering the final report.

Can I publish GitHub issue status updates directly to Discord?

Yes, you can publish GitHub issue status updates to Discord by automating the data collection and delivery pipeline. This skill fetches Higress issues and pull requests, detects comment deltas, and delivers the computed structured daily report to a configured Discord channel.

How does knowledge base augmentation work for GitHub issue resolution?

Knowledge base augmentation for GitHub issue resolution works by extracting patterns, root causes, and solutions from tracked issues. This skill automatically captures lessons from Higress issue status tracking and stores them to drive community issue closure and update local memory.

What are the limitations of automating daily reports with jq and GitHub CLI?

Limitations of automating daily reports with jq and GitHub CLI include strict dependency on local tool availability and configured channels. This skill targets Higress project operations specifically, requiring the Clawdbot tooling to fetch data and compute deltas without supporting other project repositories natively.