Commands are available on all plans.
Command Overview
| Command | Description |
|---|---|
/matter summary | Generate AI Summary for the PR |
/matter review | Generate AI Reviews for the latest commit in the PR |
/matter review-full | Generate AI Reviews for the complete PR |
/matter review-max | Advanced AI Code Review with tool-use and deeper analysis |
/matter fix | Automated Code Fix Generation for review comments |
/matter explain | Generate AI Explanation for the PR reviewer |
/matter release-notes | Generate AI release-notes for the PR |
/matter <ask-question> | Chat with your PR with MatterAI Agent |
/matter remember <recommendation> | Generate AI memories for the PR |
/matter help | Prints all the commands and usage in PR as a comment |
/matter summary
Generate a summary of the Pull Request with detailed analysis of the changes, impact, tests, package vulnerabilities, and code quality.
/matter review
Generate a code review of the Pull Request with detailed comments and code change suggestions.
/matter explain
Generate an explanation of the Pull Request catered toward the reviwer to understand the code-level changes in a gist for faster reviews.
/matter release-notes
Generate release notes for the Pull Request with summary, new features, bugs, commit log history and dependency changes.
/matter review-max
Advanced AI Code Review with tool-use enabled analysis that goes beyond surface-level scanning. This command performs deep, comprehensive code analysis using advanced AI capabilities.
- Tool-use enabled: AI reads relevant files and searches codebase for context
- Deeper analysis: Identifies architectural issues, security vulnerabilities, and performance bottlenecks
- Confidence scoring: Each review comment includes detection and fix confidence scores
- Smart suggestions: Provides precise code suggestions with line numbers for easy application
- Complex PRs with multiple files
- Security-sensitive changes
- Performance-critical code
- Architectural reviews
/matter review-max
/matter fix
Automated Code Fix Generation that creates a fix PR addressing all review comments from Matter AI. This eliminates manual copy-pasting and ensures accurate application of suggestions.
- Fetches all review comments from Matter AI
- Analyzes the code and generates precise fixes
- Creates a new branch with all fixes applied
- Opens a PR targeting your original branch
- ✅ Saves 15-30 minutes per PR
- ✅ Eliminates manual error when applying suggestions
- ✅ Creates separate PR for safe review
- ✅ Works with all Matter AI review types (review, review-max, review-full)
/matter fix
Security & Safety:
- Fix PRs are created as separate branches - no direct commits to your branch
- All changes are reviewable before merging
- Original PR remains unchanged