Everything you need to know about AI-powered PR reviews, task readiness checks, and agentic development.
Account setup, GitHub App install
AI reviews, conventions, risk score
Connect Jira, task readiness, mappings
AI-powered coding from Jira tickets
Feature toggles, prompts, admins
Pricing, trial, usage limits
Agenticify uses GitHub OAuth for authentication. To create an account:
Your GitHub username becomes your Agenticify identity. No separate password needed.
The GitHub App is required for Agenticify to access your repositories and post review comments. To install:
After installation, go to Repositories and click Sync from GitHub to import your repos.
For per-repo customization, click Edit on any repository to configure individual feature toggles (AI review, convention check, risk score) and custom prompts.
Admins are team members who can access and manage your Agenticify account. They see the same dashboard, repositories, and settings as you.
The invited user must have an existing Agenticify account (signed in with GitHub at least once). They can then switch to your account using the account switcher in the navigation.
When a pull request is opened or updated on an active repository, Agenticify automatically reviews it through a multi-stage pipeline:
Reviews typically complete within 1–2 minutes. Each review can run up to 4 workflow checks and 2 review delivery methods depending on your configuration:
Workflow Checks (appear as check runs on the PR):
Review Delivery (how feedback is posted):
Each feature is independently controlled at both the account and repository level. A feature only runs when both toggles are ON.
The Code Convention Check creates a pass/fail check run on your PR. The AI evaluates your code against the convention rules you define.
You can configure rules at two levels:
Example rules: "Use PSR-12 formatting, prefer named imports, handle errors explicitly."
If a repo is set to "Use account defaults", it inherits the account-level rules.
The Risk Score is a 0–100 score that evaluates how risky a pull request is. It considers these factors:
Based on the score, Agenticify creates a check run with an approval recommendation:
Approval is never recommended when critical issues are found, regardless of the overall score.
Yes. In Settings you can customize three types of prompts:
Each repo can also have its own override prompt (Edit repository > uncheck "Use account defaults").
Before running any checks, Agenticify verifies eligibility. A review is skipped if any of these conditions are true:
Additionally, a review completes immediately without running any checks if all applicable features are disabled:
You can see the skip reason on the review detail page in your dashboard.
Each feature has a two-level toggle: account-level (in Settings) and repository-level (in Edit Repository). A feature only runs when both are enabled.
Workflow Checks:
Review Delivery:
Important interactions:
When Inline PR Review is enabled, Agenticify submits a formal GitHub review with one of three actions:
Inline comments are placed on specific lines of the diff. Only added lines (lines starting with + in the diff) can receive inline comments. Issues on deleted or unchanged lines are included in the review body instead.
On re-reviews (when you push new commits), previous inline comments from Agenticify are automatically removed and replaced with fresh ones.
Deep Context pre-scans your repository to build a structured codebase profile, then injects this context into every AI review. This makes reviews significantly more accurate and architecture-aware.
When enabled, the AI understands:
In addition, the AI receives the full file contents of changed files (not just the diff), allowing it to understand the complete context of each change.
Without Deep Context, the AI only sees the PR diff — it has no knowledge of the broader codebase. With Deep Context:
Deep Context is generated automatically when you activate a repository for the first time. You can also manually regenerate it at any time:
We recommend regenerating context when your project undergoes major structural changes (new frameworks, directory reorganization, etc.).
Yes. Deep Context can be controlled at two levels:
Both toggles must be ON for Deep Context to be used in reviews. When disabled, reviews revert to stateless mode (diff-only analysis).
Agenticify integrates with Jira Cloud via OAuth 2.0:
Once connected, you'll see your Webhook URL and can optionally set a Webhook Secret for signature verification.
The webhook tells Agenticify when Jira tickets are created or updated:
For extra security, enter a Webhook Secret on both sides. Agenticify will verify the HMAC-SHA256 signature on every incoming webhook.
Mappings link your Jira projects to GitHub repositories so Agenticify knows which repos belong to which project.
Mappings are used for both task readiness checks (posting comments to the right connection) and agentic development (knowing which repo to code in).
When a Jira project is linked to multiple repositories, component mappings help Agenticify automatically determine which repo a ticket belongs to.
Example: Jira project "PLATFORM" has repos api-service and web-app. Map component "Backend" → api-service and "Frontend" → web-app.
When an agentic task is triggered, the ticket's component is used to auto-select the correct repository.
When a Jira ticket is created or changes status, Agenticify's AI evaluates its readiness for development. This ensures no vague or incomplete tasks make it to development:
Scoring criteria:
Results:
You can customize the readiness criteria in Settings > Task Readiness Prompt.
Agentic Development is Agenticify's AI coding capability. An AI agent reads a validated Jira ticket and writes the code, creates a branch, and opens a pull request — all automatically.
The full flow:
Agentic Development is available on Business and Enterprise plans.
Tasks are triggered when two conditions are met simultaneously on a Jira ticket:
Prerequisites:
You can also still create tasks manually from the Task Readiness page using the Start Task button.
When a task is triggered, Agenticify needs to know which repository the AI should code in. It resolves the repo in this order:
Set up component mappings in Integrations > Manage Mappings > Edit Repos to enable automatic resolution.
Agenticify uses a smart approval system to decide whether a task should start immediately or wait for your review:
Auto-approved (starts immediately) when:
Requires approval when any of these are true:
When a task needs approval:
An agentic task goes through these stages:
You can filter tasks by status on the Agentic Tasks page.
Feature toggles in Settings are master switches that control features across your entire account. They are organized into groups:
Review Delivery — How review feedback is posted on your PRs:
Workflow Checks — Automated checks that run on your PRs:
Deep Context — Codebase-aware AI reviews with architecture understanding
Jira & Agentic (visible when Jira connected):
When a master toggle is OFF, that feature is disabled everywhere — even if individual repos have it enabled. A feature only runs when both the account-level and repo-level toggles are ON.
Agenticify uses a two-level configuration system for both feature toggles and prompts:
Feature toggles (on/off switches):
Both must be ON for a feature to run. If the account toggle is OFF, repo-level toggles show a Disabled at account level badge.
Prompts and rules:
Important: Convention checks (code and branch/commit) require rules to be defined. If you enable the toggle but don't write any rules (at either level), the check simply won't run.
This toggle controls whether agentic tasks start automatically or require your manual approval:
This setting is in Settings, under the Jira section (only visible when Jira is connected).
Agenticify offers three plans:
Every new account gets a 7-day free trial:
When the trial ends, you need to choose a plan to continue using Agenticify. Your data is preserved.
Each plan has monthly usage limits that reset at the start of each billing period:
You can see your current usage on the Dashboard and Billing pages.
Yes, you can cancel anytime from your Billing page.
Your payment is handled securely by Stripe:
We typically respond within 24 hours on business days.
Last updated: Feb 20, 2026 4:48 PM