FAQ¶
What kinds of tasks should I give Autonomous Coding Agent?¶
Start with focused tasks that have clear success criteria, such as fixing a bug, updating tests, or making a small feature change.
Should I review the agent's changes?¶
Yes. Review changes before committing, merging, or deploying them.
Can the agent run tests?¶
Document the supported verification behavior here, including which commands the agent can run and when user approval is required.
Can the agent review a pull request?¶
Yes. Leave a new comment in the pull request that mentions @ACA and describes
what the agent should review. The agent posts its complete review as a single
comment in the pull request conversation instead of attaching comments to
individual code lines.
See GitHub Pull Request Reviews for setup requirements and usage details.
Can the agent access secrets?¶
Document the approved secrets handling model here. Avoid instructing users to paste sensitive credentials into prompts.
Where should I report issues?¶
Add the project's support channel, issue tracker, or internal escalation path.