Task
Insert two HTML callout blocks into gitkraken-desktop/gkd-gitkraken-ai.md at the exact
locations below, then update two date lines. All wording is final — insert it exactly as
written. Do not change anything else in the file or repo.
Rules
- Edit only
gitkraken-desktop/gkd-gitkraken-ai.md.
- Insert one blank line above and below each inserted block.
- This page already contains "Use X when / Don't use it when" callouts on several feature
sections. Do NOT modify, move, or add to those, and do not add any callouts beyond the
two below.
- Do not modify any heading, list item, table, figure, procedure step, or surrounding
prose. Do not reflow or "improve" any existing text.
- Do not edit
llms.txt, llms-full.txt, or sitemap.xml.
Insertion 1 — page-level framing near the top
Find this exact block (the paid-subscription warning):
<div class='callout callout--warning'>
<p>GitKraken AI requires a <a href="https://www.gitkraken.com/pricing?source=help_center&product=gitkraken" target="_blank">paid GitKraken subscription</a>.</p>
</div>
Insert after its closing </div>, before the **Requirements and limits** line:
<div class='callout callout--basic'>
<p><strong>How to think about GitKraken AI:</strong> Every feature on this page generates a draft from your repository's content, such as a commit message, an explanation, or a suggested conflict resolution. You decide what to generate and whether the result is correct, and each result is editable or reversible before it takes effect.</p>
</div>
Insertion 2 — "How to generate pull request titles and descriptions with AI" section
Find this exact line:
When connected to [GitHub, GitLab, Bitbucket, or Azure DevOps](/gitkraken-desktop/integrations/), you can use GitKraken AI to create a pull request with a generated title and description based on the incoming changes.
Insert after it, before the ### How to generate an AI pull request title and description heading:
<div class='callout callout--basic'>
<p><strong>Review before you publish:</strong> The generated title and description summarize the diff, but they cannot know reviewer context or why the change matters. Edit the draft so it explains intent, not only content, before you create the pull request.</p>
</div>
Date updates (only these two existing lines may change)
- In the YAML frontmatter, change the
last_verified: value to 2026-07.
- Change
<kbd>Last updated: April 2026</kbd> to <kbd>Last updated: July 2026</kbd>.
Verification (all must pass before opening a PR)
Branch / PR
- Branch:
docs/gkai-drafts-you-judge-callouts
- PR body:
Fixes #<this issue> plus a bulleted "Proposed Changes" list (matches
pull_request_template.md)
Task
Insert two HTML callout blocks into
gitkraken-desktop/gkd-gitkraken-ai.mdat the exactlocations below, then update two date lines. All wording is final — insert it exactly as
written. Do not change anything else in the file or repo.
Rules
gitkraken-desktop/gkd-gitkraken-ai.md.sections. Do NOT modify, move, or add to those, and do not add any callouts beyond the
two below.
prose. Do not reflow or "improve" any existing text.
llms.txt,llms-full.txt, orsitemap.xml.Insertion 1 — page-level framing near the top
Find this exact block (the paid-subscription warning):
Insert after its closing
</div>, before the**Requirements and limits**line:Insertion 2 — "How to generate pull request titles and descriptions with AI" section
Find this exact line:
Insert after it, before the
### How to generate an AI pull request title and descriptionheading:Date updates (only these two existing lines may change)
last_verified:value to2026-07.<kbd>Last updated: April 2026</kbd>to<kbd>Last updated: July 2026</kbd>.Verification (all must pass before opening a PR)
grep -c "callout--basic" gitkraken-desktop/gkd-gitkraken-ai.mdreturns10(currently 8)grep -c "callout--warning" gitkraken-desktop/gkd-gitkraken-ai.mdstill returns2git diff --statlists onlygitkraken-desktop/gkd-gitkraken-ai.mdgit diffshows exactly 2 removed lines (the two date lines being replaced)#,|, or a digit were modifiedBranch / PR
docs/gkai-drafts-you-judge-calloutsFixes #<this issue>plus a bulleted "Proposed Changes" list (matchespull_request_template.md)