Hello, I want to experiment with cursor cli to integrate cursor agent with GitHub Actions to schedule an agent to perform a task by communicating with Atlassian MCP server, go through jira tickets and create PR based on the jira issue.
The docs show minimal examples on how to integrate the agent/cli with GitHub Actions GitHub Actions | Cursor Docs
how can I for example create an agent with instructions on what to achieve and reference it in the workflow instead of me writing the prompt freely in Github Actions? similar to claude code for example
does cursor have this sort of capability?
Thanks!