skills_old/skill-metrics-manager/SKILL.md
プロジェクトのメトリクス収集(監査の実行、新規メトリクスの作成、ステータス分析)を管理するスキル。
npx skillsauth add centervil/my-gemini skill-metrics-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill manages the project's metrics collection system. It allows you to run audits (measurements) and create new metric collectors. Use this skill when the user asks to:
To collect current metrics and save them to the history:
bash .gemini/skills/skill-metrics-manager/scripts/run-audit.sh
To verify if the current metrics meet the project's quality standards:
python3 .gemini/skills/skill-metrics-manager/scripts/check-gates.py
This script will:
.ops/audit_logs/metrics.json..ops/policies/metrics.yaml.To create a new collector script:
.gemini/skills/skill-metrics-manager/scripts/create-collector.sh [metric_name]
metric_name: A short, descriptive name (e.g., check_todos, python_coverage)..ops/metrics/collectors/.testing
成果物の品質を定量的・定性的に検証し、動作を保証するテスト手続き。
tools
プロジェクトの進捗状況(project_state.md やタスクリスト)を追跡し、自動的に同期・更新するスキル。
tools
成果物が要件・品質基準を満たしているか客観的に評価するレビュー手続き。
research
情報を収集し、構造化して報告するための標準的な調査手続き。