Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
731 changes: 731 additions & 0 deletions docs/guides/all/triage-tickets-to-coding-agents.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/guides/templates/ai/_mcp_capabilities_hint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::tip MCP Enhanced Capabilities
The AI agent uses MCP (Model Context Protocol) enhanced capabilities to automatically discover important and relevant blueprint entities via its tools. The `^(list|get|search|track|describe)_.*` pattern allows the agent to access and analyze related entities in your software catalog, providing richer context for ticket evaluation.
:::
7 changes: 7 additions & 0 deletions src/components/guides-section/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,13 @@ export const availableGuides = [
tags: ["Cloud access management", "AI", "GitHub", "Claude Code"],
logos: ["AI", "Claude Code"],
link: "/guides/all/auto-remediate-insecure-cloud-resources-with-ai",
},
{
title: "Improve specifications with Port AI",
description: "Learn how to implement an AI-powered triage system that automatically evaluates tickets, enriches them with missing context, and ensures only well-defined tasks reach your coding agents",
tags: ["Autonomous Ticket Resolution", "AI", "Claude Code", "Jira"],
logos: ["AI", "Claude Code", "Jira"],
link: "/guides/all/triage-tickets-to-coding-agents",
}
]

Expand Down
Binary file added static/img/guides/ai-triage-pr-creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/guides/ai-triage-scorecard-entity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/guides/ai-triage-test-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.