Skip to content

Commit 96ac50f

Browse files
authored
Merge pull request #2899 from port-labs/task_t3ex6y/update_pr_description_to_match_standards_guide
Add new guide: Auto-enhance PR descriptions with AI
2 parents 0c36f70 + 87eb037 commit 96ac50f

File tree

11 files changed

+513
-1
lines changed

11 files changed

+513
-1
lines changed

docs/guides/all/auto-enhance-pr-descriptions-with-ai.md

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import Tabs from '@theme/Tabs';
2+
import TabItem from '@theme/TabItem';
3+
4+
This guide supports multiple AI coding agents:
5+
6+
<Tabs groupId="coding-agent" defaultValue="claude">
7+
<TabItem value="claude" label="Claude Code">
8+
AI-powered coding assistant by Anthropic follow the <a href="/guides/all/trigger-claude-code-from-port">→ Setup guide</a>
9+
</TabItem>
10+
11+
<TabItem value="copilot" label="GitHub Copilot">
12+
GitHub's native AI coding assistant follow the <a href="/guides/all/trigger-github-copilot-from-port">→ Setup guide</a>
13+
</TabItem>
14+
15+
<TabItem value="gemini" label="Google Gemini">
16+
Google's AI coding assistant follow the <a href="/guides/all/trigger-gemini-assistant-from-port">→ Setup guide</a>
17+
</TabItem>
18+
</Tabs>
19+

src/components/guides-section/consts.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,13 @@ export const availableGuides = [
14801480
link: "/guides/all/manage-ai-instructions",
14811481
},
14821482
{
1483-
title: "Streamline IaC with AI",
1483+
title: "Auto-enhance PR descriptions with AI",
1484+
description: "Automatically generate comprehensive, template-compliant PR descriptions using Claude Code",
1485+
tags: ["SDLC", "GitHub", "AI", "Automations"],
1486+
logos: ["AI", "GitHub", "Claude Code"],
1487+
link: "/guides/all/auto-enhance-pr-descriptions-with-ai",
1488+
}
1489+
,{title: "Streamline IaC with AI",
14841490
description: "Use Port AI agents to automate IaC provisioning and management",
14851491
tags: ["IaC for devs", "Github Copilot", "AI", "Actions"],
14861492
logos: ["AI", "AWS"],
503 KB
Loading
419 KB
Loading
543 KB
Loading
523 KB
Loading
456 KB
Loading
510 KB
Loading
259 KB
Loading

0 commit comments

Comments
 (0)