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 agentfor 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.mdthat routes test work todocs/allure-agent-mode.md - a project
docs/allure-agent-mode.mdguide - enough Allure bootstrap guidance for the agent to continue, even if the project is not fully configured yet