Skip to content

Add Kiro IDE support#287

Merged
albertov19 merged 2 commits into
mainfrom
albertov19/kiro-support
Apr 30, 2026
Merged

Add Kiro IDE support#287
albertov19 merged 2 commits into
mainfrom
albertov19/kiro-support

Conversation

@albertov19

Copy link
Copy Markdown
Collaborator

Add a new install tab and screenshots for Kiro, with the unique Enable MCP step (one-time IDE-wide), Trust Publisher prose step, and a warning about custom shell prompts breaking terminal commands in Kiro. Extract the duplicated "Compatible with" cards into shared snippets (compatible-ides-all and compatible-ides-extensions) so adding future IDEs is a single-file edit. Add Kiro to every inline IDE list in faq, review-modes, and pick-your-workflow, and log the release in the April 2026 changelog.

Description

This pull request adds support and documentation for the Kiro IDE across the kluster.ai Code Reviews documentation. It introduces installation and usage instructions for Kiro, updates compatibility tables and workflow descriptions, and ensures Kiro is consistently listed alongside other supported IDEs for both human-written and AI-generated code review modes.

Kiro IDE integration and documentation:

  • Added a dedicated Kiro installation guide, including detailed steps for installing the kluster.ai extension, logging in, enabling MCP, and troubleshooting common issues in code-reviews/get-started/installation.md and a new install button snippet (text/install-button-kiro.md). [1] [2]
  • Updated compatibility tables and lists throughout the documentation to include Kiro as a supported IDE for both human-written and AI-generated reviews in files such as review-modes.md, pick-your-workflow.md, and faq.md. [1] [2] [3] [4] [5] [6]
  • Added Kiro to the changelog, announcing the release and support of the kluster.ai extension for Kiro.

Documentation structure and maintainability:

  • Refactored compatibility sections in several review mode pages to use shared snippet files (compatible-ides-all.md, compatible-ides-extensions.md), ensuring Kiro and other IDEs are consistently presented and easier to update in the future. [1] [2] [3] [4] [5] [6]

These changes ensure Kiro is a first-class citizen in the kluster.ai ecosystem, with clear installation, compatibility, and troubleshooting guidance for users.

Checklist

  • Required - I have added a label to this PR 🏷️
  • Required - I have run my changes through Grammarly
  • If pages have been moved, I have created redirects in the kluster-mkdocs repo

Add a new install tab and screenshots for Kiro, with the unique
Enable MCP step (one-time IDE-wide), Trust Publisher prose step,
and a warning about custom shell prompts breaking terminal commands
in Kiro. Extract the duplicated "Compatible with" cards into shared
snippets (compatible-ides-all and compatible-ides-extensions) so
adding future IDEs is a single-file edit. Add Kiro to every
inline IDE list in faq, review-modes, and pick-your-workflow,
and log the release in the April 2026 changelog.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@albertov19 albertov19 requested a review from eshaben as a code owner April 30, 2026 18:13
@albertov19 albertov19 added the A0 - New Content Pull request contains new content pages label Apr 30, 2026
Copilot AI review requested due to automatic review settings April 30, 2026 18:13
@albertov19 albertov19 added B0 - Needs Review Pull request is ready for review C2 - High High priority task labels Apr 30, 2026
@albertov19

Copy link
Copy Markdown
Collaborator Author

Goes with papermoonio/kluster-mkdocs#175

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Kiro IDE as a documented first-class integration for kluster.ai Code Reviews, and refactors repeated “Compatible with” card blocks into shared snippet includes to simplify future IDE additions.

Changes:

  • Added a dedicated Kiro installation tab (including MCP enablement, trust-publisher step, and terminal troubleshooting warning).
  • Refactored “Compatible with” card grids into shared snippet includes (compatible-ides-all / compatible-ides-extensions) and reused them across review-mode pages.
  • Updated multiple docs pages/lists (FAQ, workflow picker, review modes) and logged the release in the April 2026 changelog.

Reviewed changes

Copilot reviewed 12 out of 19 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
code-reviews/review-modes.md Adds Kiro to compatibility blurbs (but still has an earlier inline list that omits Kiro).
code-reviews/ide-reviews/human-written-code/on-demand-reviews.md Replaces duplicated compatibility card markup with shared snippet include.
code-reviews/ide-reviews/human-written-code/automatic-reviews.md Replaces duplicated compatibility card markup with shared snippet include.
code-reviews/ide-reviews/ai-generated-code/on-demand-reviews.md Replaces duplicated compatibility card markup with shared snippet include (includes IDEs + CLIs).
code-reviews/ide-reviews/ai-generated-code/automatic-reviews.md Replaces duplicated compatibility card markup with shared snippet include (includes IDEs + CLIs).
code-reviews/get-started/pick-your-workflow.md Adds Kiro to compatibility lists in workflow guidance.
code-reviews/get-started/installation.md Adds full Kiro install/login/MCP-enable/troubleshooting/uninstall instructions as a new IDE tab.
code-reviews/faq.md Adds Kiro to supported IDE extensions list.
code-reviews/changelogs.md Adds April 2026 timeline entry announcing Kiro support.
.snippets/text/install-button-kiro.md Adds “Add to Kiro” install button snippet using the kiro: URI scheme.
.snippets/text/code-reviews/compatible-ides-extensions.md New shared snippet for IDE-extension compatibility cards (now includes Kiro).
.snippets/text/code-reviews/compatible-ides-all.md New shared snippet for IDE + CLI compatibility cards (now includes Kiro).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread code-reviews/review-modes.md
@kluster-ai

kluster-ai Bot commented Apr 30, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Kiro, AWS's AI IDE, by introducing installation instructions, changelogs, and updating compatibility lists throughout the documentation. It includes new images showing the installation process in Kiro and creates reusable snippets for listing compatible IDEs. The changes reflect the release of the kluster.ai extension for Kiro with automatic and on-demand code reviews via MCP integration.

✅ All Clear

No issues detected in this PR.


⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

Address Copilot review: the intro paragraph in review-modes
listed only a subset of supported IDEs and used "and others"
as a catch-all, which created an inconsistency with the
explicit "Compatible with" lists later in the file. Add Kiro
(new) and Antigravity (already supported) so the intro list
matches the rest of the page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kluster-ai

kluster-ai Bot commented Apr 30, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Kiro, AWS's AI IDE, to kluster.ai Code Reviews. It introduces installation instructions, compatibility updates, and changelog entries to reflect the new integration. The changes enable users to install the kluster.ai extension for Kiro, use both human-written and AI-generated code reviews, and update various documentation sections to include Kiro as a supported IDE.

✅ All Clear

No issues detected in this PR.


⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

@albertov19 albertov19 merged commit 5463e92 into main Apr 30, 2026
6 of 7 checks passed
@albertov19 albertov19 deleted the albertov19/kiro-support branch April 30, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A0 - New Content Pull request contains new content pages B0 - Needs Review Pull request is ready for review C2 - High High priority task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants