← Back to home

Documentation

Everything you need to set up and use Agenticify.

Quick Start

  1. Sign in with GitHub — Click "Start free with GitHub" on the homepage.
  2. Install the GitHub App — Select which repositories to connect.
  3. Configure your settings — Set up AI review preferences, code conventions, and custom prompts.
  4. 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:

  1. Create a feature branch
  2. Write the implementation code
  3. Commit and push changes
  4. 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.

Need Help?

Visit our Support page or email help@agenticify.io.