allure-agent-mode-setup

Installation
SKILL.md

Allure Agent Mode Setup

Use this skill when a project wants to adopt Allure agent-mode for test work and test reviews.

  • If a command executes tests and its result will be used for smoke checking, reasoning, review, coverage analysis, debugging, or any user-facing conclusion, run it through allure agent. It preserves the original console logs and adds agent-mode artifacts without inheriting the normal report or export plugins from the project config.
  • Use allure agent for smoke checks too, even when the change is small or mechanical.
  • Only skip agent mode when it is impossible or when you are debugging agent mode itself.

Goal

Leave the project with:

  • a root AGENTS.md that routes test work to docs/allure-agent-mode.md
  • a project docs/allure-agent-mode.md guide
  • enough Allure bootstrap guidance for the agent to continue, even if the project is not fully configured yet

Workflow

Installs
2
GitHub Stars
269
First Seen
Apr 15, 2026
allure-agent-mode-setup — allure-framework/allure3