The /snapr analyze command runs an issue analysis workflow on the current GitHub issue. It interprets the issue’s title and description as the analysis goal and uses your project’s code, documentation, tests, and any comments or discussion in the issue thread as context to fully understand that goal. The analysis comment surfaces missing details, potential risks or bugs, and suggests next steps, just like a human reviewer.
/snapr analyze
💡 Tip: Slash‑invoke
/snapr analyze only on GitHub issues. It has no effect in pull request comments.
When /snapr analyze is invoked, Snapr adds the GitHub label snapr/phase: analysis to the issue to mark the analysis phase. While that label remains set:
- Snapr listens to new comments or clarifications and updates its analysis in real time.
- You can continue interacting with Snapr by adding comments without needing to reissue the command.
To exit analysis mode, simply remove the snapr/phase: analysis label and Snapr will stop monitoring the issue.