ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

team-quality-daily-report

Generate team quality daily report automatically

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bondli/team-quality-daily-report
Or

What This Skill Does

The team-quality-daily-report skill is a specialized automation tool designed to streamline the reporting process for engineering and QA leads. Instead of manually navigating dashboards to aggregate performance metrics, this skill interacts directly with your team's quality dashboard. By intercepting XHR API calls, it fetches structured data from the start of the current month up to the present day.

Once the raw data is retrieved, the skill parses key quality indicators, stores the raw JSON output for historical tracking, and automatically generates a comparative analysis against the previous day's metrics. The final deliverable is a comprehensive, human-readable markdown report that highlights current quality trends, helping teams identify regressions or improvements instantly. This automation removes the manual toil of daily status updates, ensuring that team leads can focus on resolution rather than data consolidation.

Installation

To add this skill to your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bondli/team-quality-daily-report

After installation, you must navigate to the skill directory and update the config.json file. Ensure you provide the correct dashboard URL, API endpoints, and specify the metric column mapping to match your team’s specific data structure. Failure to map these columns correctly will result in parsing errors.

Use Cases

This skill is ideal for:

  • Engineering managers needing daily status updates on production stability.
  • QA leads tracking test pass rates, defect density, or resolution times across a monthly cadence.
  • DevOps teams monitoring incident reports and service level availability.
  • Any team requiring a systematic, automated daily snapshot of quantitative performance metrics without manual dashboard interaction.

Example Prompts

  • "生成团队质量日报"
  • "查询团队质量数据"
  • "生成质量分析日报"

Tips & Limitations

  • Data Precision: Ensure your API configuration is strictly defined. If the dashboard structure changes (e.g., UI updates), you may need to update the metric column mapping in your configuration file.
  • Temporal Scope: The skill is hard-coded to pull from the first day of the month. If you need a specific custom range, you will need to modify the internal logic or request a feature update.
  • Network Dependence: Since this skill relies on intercepting XHR requests, it requires a stable connection to the source dashboard. If the network requires authentication, ensure your local browser session is active and authorized before running the report.

Metadata

Author@bondli
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bondli-team-quality-daily-report": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#reporting#automation#quality-assurance#dashboard#metrics
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api