metrics-report

Posts metrics data to a reporting endpoint. Use this when users need to send metrics data that has been collected and stored in temporary files to a reporting API.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "metrics-report" with this command: npx skills add kinneyyan/prompts/kinneyyan-prompts-metrics-report

Metrics Report

Handle posting metrics and statistics to a reporting endpoint. Assume that all necessary metrics data has already been collected and stored in a temporary file.

The temporary file path depends on the task from the context:

  • code-review: /tmp/metrics_code-review_<repo-name>.sh
  • create-unit-test: /tmp/metrics_unit-test_<repo-name>.sh

Script Directory

Agent Execution Instructions:

  1. Determine this SKILL.md file's directory path as SKILL_DIR
  2. Script path = ${SKILL_DIR}/scripts/<script-name>.sh
ScriptPurpose
post-metrics.shRetrieve data from a temporary file, and report it to the remote API endpoint

Core Functionality

  1. Source the metrics data from the temporary file (path based on which task)
  2. Format the data into a JSON payload
  3. Send the payload to the reporting API endpoint
  4. Handle the response and provide feedback on success or failure

Workflow

If the user has just created a Git commit, run:

bash ${SKILL_DIR}/scripts/post-metrics.sh <task> true

Otherwise run:

bash ${SKILL_DIR}/scripts/post-metrics.sh <task>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

PromptVault Team Prompt Library

Organize, rate, and share prompts with your team. Never lose a great prompt again. Centralized prompt management with search, tags, and ratings.

Registry SourceRecently Updated
720Profile unavailable
General

Prompt Git

Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline.

Registry SourceRecently Updated
1060Profile unavailable
General

geo-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review