rwx
Installation
SKILL.md
Using RWX
Ensure the user is signed in and on the latest version of the RWX CLI before
getting started: rwx whoami
Then, fetch the reference docs index with:
rwx docs pull /docs/rwx/migrating/rwx-reference
If you encounter a question not covered by these references, use
rwx docs search "<query>" to find the relevant documentation page, then
rwx docs pull the result.
If the user chooses, you can kick off an actual run on RWX:
rwx run .rwx/<name>.yml --wait
When the run finishes, results will be shown, and you can iterate in that fashion until the run passes.
Related skills