# Results

> Parse Robot Framework output.xml results into JSON summaries, detailed suite/test breakdowns, tag and criticality stats, execution errors, failed test messages, keyword-level errors, and timing. Use when asked to read/merge output.xml, compute pass/fail counts, tag stats, criticality, error messages, elapsed time, slowest tests/keywords, or combine/merge multiple outputs via rebot.

- **Type:** Skill
- **Install:** `agentstack add skill-manykarim-robotframework-agentskills-results`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [manykarim](https://agentstack.voostack.com/s/manykarim)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [manykarim](https://github.com/manykarim)
- **Source:** https://github.com/manykarim/robotframework-agentskills/tree/main/plugins/rf-agentskills/skills/results

## Install

```sh
agentstack add skill-manykarim-robotframework-agentskills-results
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Robot Framework Results

Use the bundled script to read Robot Framework `output.xml` and return JSON. It supports:
- summary totals
- detailed suite/test breakdowns
- tag statistics and criticality grouping
- execution errors, failed test messages, and keyword-level errors
- timing (keyword timing is opt-in)
- single or multiple outputs (merge or combine with rebot)

## Quick start

Single file summary:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_results.py" --output output.xml --sections summary
```

Multiple outputs, merged (`--merge` replaces earlier results when tests overlap):

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_results.py" --outputs out1.xml out2.xml --merge --sections summary,details
```

Multiple outputs, combined under a new top-level suite (no `--merge`):

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_results.py" --outputs out1.xml out2.xml --name Combined --sections summary
```

Include keyword timing in timing output:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_results.py" --output output.xml --sections timing --include-keyword-timing
```

## Output sections

- `summary`: totals, suite/test counts, overall status
- `details`: suites, tests, failed tests, tag stats, criticality stats
- `errors`: execution errors, failed test messages, keyword errors
- `timing`: totals and slowest tests; keyword timing requires `--include-keyword-timing`

## Notes

- Criticality grouping: inferred from tags `critical`, `noncritical`, or `non-critical`. If none of these tags are present, the test is grouped as `unspecified`.
- For multiple outputs, use `--merge` to mirror `rebot --merge` behavior. Without `--merge`, rebot combines outputs under a new top-level suite (name via `--name`).
- JSON output is written to stdout. Use `--pretty` for indented JSON.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [manykarim](https://github.com/manykarim)
- **Source:** [manykarim/robotframework-agentskills](https://github.com/manykarim/robotframework-agentskills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-manykarim-robotframework-agentskills-results
- Seller: https://agentstack.voostack.com/s/manykarim
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
