This repository contains Codex skills for Allure Report.
It is the lightweight install source for Allure-specific agent workflows. Keeping these skills outside the main Allure 3 repository makes installation faster for customers and lets the skills evolve independently from Allure 3 release cycles.
| Skill | Purpose |
|---|---|
allure-agent-mode-setup |
Set up project guidance for Allure agent-mode test workflows. |
allure-agent-mode-feature-delivery |
Use Allure agent-mode while designing, validating, reviewing, and enriching tests. |
Use $skill-installer in Codex to install one or more skills from this repository.
Install the project setup skill:
Use $skill-installer to install https://github.com/allure-framework/skills/tree/main/skills/allure-agent-mode-setup
Install the feature delivery skill:
Use $skill-installer to install https://github.com/allure-framework/skills/tree/main/skills/allure-agent-mode-feature-delivery
Install both skills:
Use $skill-installer to install these skills from allure-framework/skills:
- skills/allure-agent-mode-setup
- skills/allure-agent-mode-feature-delivery
Restart Codex after installation so the new skills are discovered.
Skills live under skills/<skill-name>.
Each skill must include:
SKILL.mdwithnameanddescriptionfrontmatter.CLAUDE.mdthat points Claude Code to the canonical skill instructions.agents/openai.yamlwith UI metadata and a default prompt that references$skill-name.- Only supporting files that are required by the skill, such as
references/*.
Validate the repository before opening a pull request:
node scripts/validate-skills.ts- Run
node scripts/validate-skills.ts. - Confirm README install paths match the actual skill folders.
- Confirm each changed skill remains concise and install-ready.
- Tag the release after CI passes on
main.