Available workflow types
- Custom checks
- Test generation
- Docstring generation
- Linters and scanners
Use a custom guardrail to describe a pre-merge quality check in natural language.Example:
All public API routes must apply rate limiting before calling application services.
Configure a repository
1
Choose the repository
Open the repository’s settings in the Autter platform.
2
Select focused checks
Enable checks that match the languages, frameworks, and risks in that repository.
3
Add custom guardrails
Describe organization-specific requirements in clear, testable language.
4
Run a representative pull request
Verify that findings are relevant and generation steps produce code your team would accept.
5
Adjust before enforcing
Remove noisy checks and refine broad guardrails before relying on them as merge gates.
Placeholder: replace with an approved modular pipeline screenshot.

