Documentation
Everything you need to set up and use Agenticify.
Quick Start
- Sign in with GitHub — Click "Start free with GitHub" on the homepage.
- Install the GitHub App — Select which repositories to connect.
- Configure your settings — Set up AI review preferences, code conventions, and custom prompts.
- Open a PR — AI agents will automatically review it within seconds.
PR Reviews
Every pull request is automatically analyzed by AI agents. You'll get:
- Risk Score — Low, Medium, High, or Critical based on code complexity and security concerns.
- Approval Recommendation — Whether the PR is safe to merge.
- Inline Comments — Specific issues with file and line references.
- One-Click Fix — Apply suggested fixes directly to your PR branch.
Code Conventions
Define coding standards for your team. Agenticify runs GitHub Check Runs that pass or fail based on your rules:
- Branch naming conventions (e.g.
feature/, fix/, hotfix/)
- Commit message format (e.g. conventional commits)
- Custom rules via AI prompts
Jira Integration
Task Readiness
Connect Jira to validate tickets before development starts. AI checks for clear requirements, acceptance criteria, and technical specifications.
Agentic Development
When a Jira ticket passes readiness validation, AI agents can autonomously:
- Create a feature branch
- Write the implementation code
- Commit and push changes
- Open a pull request
The resulting PR goes through the normal AI review flow before merging.
Custom AI Prompts
Configure AI behavior at two levels:
- Account-level — Default prompts for all repositories in your workspace.
- Repository-level — Override prompts for specific repositories.
Use custom prompts to focus reviews on what matters to your team: security, performance, architecture, or domain-specific rules.