team-quality-daily-report
Generate team quality daily report automatically
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bondli/team-quality-daily-reportWhat 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 mappingin 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bondli-team-quality-daily-report": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
gitlab-commit-report
GitLab group push events collector and daily commit report generator
article-collect
This is a simple skill for article recording, collect URLs as article, and provide users with query, delete, and other capabilities.
desktop-operator
Operate Electron desktop applications on macOS via Puppeteer CDP. Open an app, find a UI element by text, click it, and take a screenshot.
image-collect
This skill extracts knowledge from an image and saves it locally.
store-order-query
query store order information from database