Skip to content

Add 2 "AI drafts, you judge" callouts to gitkraken-desktop/gkd-gitkraken-ai.md at exact anchors below #91

Description

@jjsilva4

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)

  1. In the YAML frontmatter, change the last_verified: value to 2026-07.
  2. Change <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.md returns 10 (currently 8)
  • grep -c "callout--warning" gitkraken-desktop/gkd-gitkraken-ai.md still returns 2
  • git diff --stat lists only gitkraken-desktop/gkd-gitkraken-ai.md
  • git diff shows exactly 2 removed lines (the two date lines being replaced)
  • No lines starting with #, |, or a digit were modified

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions