Agent skills
Installable agent skills that teach your AI assistant the Argos CLI and a complete pull-request visual review workflow.
Last updated
Was this helpful?
Installable agent skills that teach your AI assistant the Argos CLI and a complete pull-request visual review workflow.
Argos publishes agent skills — reusable instruction packs your AI assistant loads to perform Argos tasks reliably, without you writing long prompts. They work with assistants that support skills, such as Claude Code, Codex, and Cursor.
argos-cli
The Argos CLI: commands, flags, authentication rules, and output formats.
argos-pr-review
A complete pull-request visual review workflow: find the Argos build, inspect snapshots, summarize changes, and approve or request changes.
npx skills add https://argos-ci.comThis installs every skill Argos publishes. The skill content lives in the argos-javascript repository.
Reference a skill in your prompt to activate it:
Use $argos-pr-review to review this pull request with its Argos build.
https://github.com/acme/app/pull/123For the full workflow — tokens to set, what the agent does, and how to phrase prompts when your assistant does not support skills — see Review builds with AI agents.
The argos-cli skill also covers the flakiness commands, so an agent can investigate an unstable test and silence a change it can't fix — see Fix flaky tests with AI agents.
Skills drive the CLI, so they run wherever the agent has a terminal. If your assistant connects to remote services instead, use the MCP server.
Last updated
Was this helpful?
Was this helpful?