Skip to content

Conversation

@BekahHW
Copy link
Collaborator

@BekahHW BekahHW commented Dec 19, 2025

Description

  • I removed repetition or self-explanatory steps
  • highlighted only the official workflows
  • added a section for advanced options users can customize based on workflos
  • included relevant permission information

DEPLOY PREVIEW: https://continue-docs-docs-integrations-updates.mintlify.app/mission-control/integrations/github

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screen recording or screenshot

[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Summary by cubic

Simplified and standardized Mission Control integration docs to focus on official workflows and clear adoption paths. Reduces repetition, clarifies permissions, and links directly to Hub pages to improve discoverability.

  • Refactors
    • Rewrote Atlassian, GitHub, Netlify, PostHog, Sanity, Sentry, Snyk, Slack Agent, and Supabase docs with a minimal, consistent structure: summary card, Official Workflow Templates, Advanced Use Cases, Access & Permissions, and Support & Resources.
    • Removed verbose setup/overview/troubleshooting sections; emphasized recommended, out-of-the-box workflows.
    • Clarified triggers and outcomes for key workflows (e.g., PR merge/open, PR comments, automated fixes).
    • Updated links to point to the Mission Control Hub integration pages.
    • Added Supabase to the docs navigation and documented the “Supabase security review” workflow.

Written for commit 2e0369b. Summary will update automatically on new commits.

@BekahHW BekahHW requested a review from a team as a code owner December 19, 2025 19:39
@BekahHW BekahHW requested review from sestinj and removed request for a team December 19, 2025 19:39
@continue
Copy link
Contributor

continue bot commented Dec 19, 2025

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

2 similar comments
@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Dec 19, 2025
@BekahHW BekahHW requested review from RomneyDa and bdougie and removed request for bdougie and sestinj December 19, 2025 19:39
@github-actions
Copy link

github-actions bot commented Dec 19, 2025

✅ Review Complete

Code Review Summary

⚠️ AI review failed. Please check the Continue API key and configuration.

Troubleshooting

  • Verify the CONTINUE_API_KEY secret is set correctly
  • Check that the organization and config path are valid
  • Ensure the Continue service is accessible

@continue
Copy link
Contributor

continue bot commented Dec 19, 2025

Documentation Review

I reviewed the integration documentation changes and found a couple of broken links that I've fixed in #9226:

  1. slack-agent.mdx: Fixed typo in GitHub integration URL (missing 'h' in https)
  2. sanity.mdx: Corrected cookbook link to match actual file name

The overall simplification looks great! The consistent structure across all integrations makes them much easier to navigate and understand. The changes appropriately:

✅ Remove verbose setup/troubleshooting sections
✅ Focus on official workflow templates
✅ Provide clear Access & Permissions sections
✅ Link to relevant resources

Please review #9226 for the link fixes.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

4 issues found across 10 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="docs/mission-control/integrations/sentry.mdx">

<violation number="1" location="docs/mission-control/integrations/sentry.mdx:46">
P2: Missing blank line before horizontal rule (`---`). In MDX, horizontal rules need blank lines around them to render correctly and avoid parsing issues.</violation>
</file>

<file name="docs/mission-control/integrations/slack-agent.mdx">

<violation number="1" location="docs/mission-control/integrations/slack-agent.mdx:108">
P1: URL typo: `ttps://` should be `https://`. This broken link will prevent users from accessing the GitHub Integration settings.</violation>
</file>

<file name="docs/mission-control/integrations/sanity.mdx">

<violation number="1" location="docs/mission-control/integrations/sanity.mdx:68">
P1: Broken link: The cookbook file exists at `/guides/sanity-mcp-continue-cookbook`, not `/guides/sanity-cookbook`.</violation>
</file>

<file name="docs/mission-control/integrations/atlassian.mdx">

<violation number="1" location="docs/mission-control/integrations/atlassian.mdx:73">
P2: URL path inconsistency: GitHub Integration uses `/settings/integrations/github` while Atlassian uses `/integrations/atlassian`. Verify both URL patterns are correct - one may be a typo.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

- Generate weekly error trend summaries for engineering teams
- Combine Sentry signals with GitHub or analytics data
</Accordion>
---
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 19, 2025

Choose a reason for hiding this comment

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

P2: Missing blank line before horizontal rule (---). In MDX, horizontal rules need blank lines around them to render correctly and avoid parsing issues.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/mission-control/integrations/sentry.mdx, line 46:

<comment>Missing blank line before horizontal rule (`---`). In MDX, horizontal rules need blank lines around them to render correctly and avoid parsing issues.</comment>

<file context>
@@ -1,138 +1,87 @@
+- Generate weekly error trend summaries for engineering teams
+- Combine Sentry signals with GitHub or analytics data
 &lt;/Accordion&gt;
+---
+## Access &amp; Permissions
 
</file context>
Suggested change
---
---
Fix with Cubic

- Fix Sanity cookbook link to match actual file name
- Fix typo in slack-agent GitHub integration URL (missing 'h' in https)

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: nate <nate@continue.dev>
@continue
Copy link
Contributor

continue bot commented Dec 19, 2025

✅ CI Failures Fixed

I've fixed the broken link that was causing the Mintlify link-rot check to fail:

Fixed Issues:

  • ✅ : Corrected cookbook link path ( → )
  • ✅ : Fixed GitHub integration URL typo ( → )

The changes have been pushed directly to this PR branch. The CI checks should now pass. ✨

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Dec 22, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 22, 2025
@BekahHW BekahHW merged commit 9f5f1fc into main Dec 22, 2025
61 of 63 checks passed
@BekahHW BekahHW deleted the docs/integrations-updates branch December 22, 2025 20:54
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Dec 22, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2025
@sestinj
Copy link
Contributor

sestinj commented Jan 13, 2026

🎉 This PR is included in version 1.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Jan 14, 2026

🎉 This PR is included in version 1.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants