technical-refactor-working-hours-inspection

Extract daily OKR dashboard metrics into standardized JSON outputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gaojingqi12/inspection --skill technical-refactor-working-hours-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-refactor-working-hours-inspection
Source: https://github.com/gaojingqi12/inspection/tree/main/OKR-inspection/technical-refactor-working-hours-skill
Command: npx skills add https://github.com/gaojingqi12/inspection --skill technical-refactor-working-hours-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the extraction of daily technical refactor working hours metrics from a dashboard, reducing manual data gathering and ensuring consistent JSON outputs for history tracking.

Core Features & Use Cases

  • Automated UI interaction to navigate to the OKR dashboard, apply date and department filters, run queries, and capture the first-row metric values.
  • Writes daily JSON with fields total_working_hours, technical_refactor_working_hours, and technical_refactor_working_hours_rate, enabling reliable historical analysis.
  • JoyClaw-based workflow generates weekly trends from daily JSON to provide a concise view of progress over time.

Quick Start

Run scripts/run_skill.py from the skill root to perform automated data extraction and produce daily JSON records.

Frequently Asked Questions about technical-refactor-working-hours-inspection

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

FAQPage Schema
How do I automate dashboard metrics extraction for OKR inspections?

Automate dashboard metrics extraction by using Playwright to navigate the OKR dashboard, apply date and department filters, run queries, and parse first-row metric values into a standardized daily JSON payload.

What is the best way to track technical refactor working hours from a web UI?

Tracking technical refactor working hours from a web UI is best handled by automating data extraction to capture total hours, refactor hours, and the refactor rate into standardized daily JSON records for reliable historical analysis.

Does this Playwright automation tool support filtering by date ranges and departments?

Yes, this Playwright automation supports filtering by specific date ranges and departments. It automatically applies these filters within the OKR dashboard web UI before executing queries and capturing the resulting metric values.

How do I generate weekly OKR trends from daily dashboard JSON outputs?

Generate weekly OKR trends from daily dashboard JSON outputs using the built-in JoyClaw-based workflow, which aggregates daily extracted metrics to provide a concise view of progress over time.

Do I need Playwright installed to run the OKR dashboard data scraping script?

Yes, you need Playwright installed to run the OKR dashboard data scraping script, as it is the required dependency for automating browser-based web UI interactions, navigation, and metric extraction.

What are the limitations of using web scraping for OKR metrics extraction?

Limitations of using web scraping for OKR metrics extraction include potential script breakage if the dashboard web UI layout changes, specifically affecting the ability to reliably locate and parse first-row metric values.