Skip to content

Agent skill

Print the bundled agent skill:

Terminal window
lnr skill

The skill describes safe non-interactive issue creation and branch checkout. An agent should always provide a title, use --json when it needs structured values, and never combine JSON, clipboard, and checkout modes.

Example:

Terminal window
lnr issue create --json \
--title "Fix flaky deployment check" \
--description "The deployment check fails intermittently."