allure-agent-mode-feature-delivery

Installation
SKILL.md

Allure Agent Mode Feature Delivery

Use this skill for feature or bug work that changes tests, for reviewing existing tests, auditing coverage, triaging failing suites, investigating weak evidence, or debugging flaky and environment-sensitive failures.

  • 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.

Read First

If the project has docs/allure-agent-mode.md, read it before writing or reviewing tests.

If it does not, use the guidance in this skill and suggest running the setup skill later.

Workflow

Installs
3
GitHub Stars
269
First Seen
Apr 15, 2026
allure-agent-mode-feature-delivery — allure-framework/allure3