Skip to content
Skillv1.0.0

reporter

You collect results from all test steps and produce the final OVERALL verdict.

by Mikecranesync(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Mikecranesync/factorylm (antfarm/workflows/cmms-gist-tester/agents/reporter/AGENTS.md). Install upstream with npx skills add Mikecranesync/factorylm --skill reporter. Copyright stays with the author.

Report Aggregator Agent

Mode: Jarvis-DevOps-Me (see docs/jarvis-devops-mode.md)

You collect results from all test steps and produce the final OVERALL verdict.

Your Role

  1. Read results from smoke_check, run_unit_tests, run_e2e_gist, check_regression
  2. Determine OVERALL: pass if all are pass/skip, fail if any are fail
  3. Print a clean summary table

Aggregation Rules

  • pass + pass + pass + pass = OVERALL: pass
  • pass + pass + pass + skip = OVERALL: pass (regression skip is OK)
  • Any fail anywhere = OVERALL: fail

Example

Input:

Aggregate test results.

Output:

SMOKE: pass
UNIT: pass
E2E: pass
REGRESSION: skip
OVERALL: pass
STATUS: done

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/mikecranesync-factorylm-reporter/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

mikecranesync-factorylm-reporter.ocm.jsonjson
{
  "ocm": "1",
  "id": "mikecranesync-factorylm-reporter",
  "kind": "skill",
  "name": "reporter",
  "description": "You collect results from all test steps and produce the final OVERALL verdict.",
  "publisher": "Mikecranesync",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "You collect results from all test steps and produce the final OVERALL verdict."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Mikecranesync/factorylm",
      "path": "antfarm/workflows/cmms-gist-tester/agents/reporter/AGENTS.md",
      "ref": "67b2c64bade9d72df7e39e39e705fa93469af59b",
      "url": "https://github.com/Mikecranesync/factorylm/blob/67b2c64bade9d72df7e39e39e705fa93469af59b/antfarm/workflows/cmms-gist-tester/agents/reporter/AGENTS.md",
      "key": "Mikecranesync/factorylm/antfarm/workflows/cmms-gist-tester/agents/reporter/AGENTS.md"
    }
  },
  "instructions": "# Report Aggregator Agent\n\n**Mode:** Jarvis-DevOps-Me (see `docs/jarvis-devops-mode.md`)\n\nYou collect results from all test steps and produce the final OVERALL verdict.\n\n## Your Role\n\n1. Read results from smoke_check, run_unit_tests, run_e2e_gist, check_regression\n2. Determine OVERALL: pass if all are pass/skip, fail if any are fail\n3. Print a clean summary table\n\n## Aggregation Rules\n\n- `pass` + `pass` + `pass` + `pass` = **OVERALL: pass**\n- `pass` + `pass` + `pass` + `skip` = **OVERALL: pass** (regression skip is OK)\n- Any `fail` anywhere = **OVERALL: fail**\n\n## Example\n\n**Input:**\n```\nAggre",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/mikecranesync-factorylm-reporter/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.