Skip to content

Conversation

@udaykakade25
Copy link

@udaykakade25 udaykakade25 commented Nov 13, 2025

Description

Adds Klavis Strata with Continue to automate Gmail and Slack workflow in docs/guides/klavis-mcp-continue-cookbook.mdx

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

Screen recording or screenshot

Link: https://drive.google.com/file/d/1eoAO8GvBWtolfTzuUrXeNtq14zh77ThH/view?usp=sharing
Tested with Mintlify and Claude

Tests


Summary by cubic

Adds a new Klavis AI Strata MCP cookbook to help users automate Slack and Gmail workflows with Continue. Updates docs navigation and Guides overview to surface the guide.

  • New Features
    • Added docs/guides/klavis-mcp-continue-cookbook.mdx with setup steps, example prompts, cross-platform workflows, and troubleshooting.
    • Updated docs/docs.json to list the cookbook under Cookbooks.
    • Updated docs/guides/overview.mdx to include a card linking to the new guide.

Written for commit 4cd3bb0. Summary will update automatically on new commits.

@udaykakade25 udaykakade25 requested a review from a team as a code owner November 13, 2025 05:25
@udaykakade25 udaykakade25 requested review from sestinj and removed request for a team November 13, 2025 05:25
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Nov 13, 2025
@github-actions
Copy link

github-actions bot commented Nov 13, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@udaykakade25
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

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.

1 issue found across 3 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="docs/guides/klavis-mcp-continue-cookbook.mdx">

<violation number="1" location="docs/guides/klavis-mcp-continue-cookbook.mdx:428">
Putting `--auto` between `-p` and the quoted prompt makes Commander treat `--auto` as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move `--auto` before the prompt flag (and update the other code blocks below that reuse this call).</violation>
</file>

Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Ask questions if you need clarification on any suggestion

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

### Daily Standup Automation

```bash
cn -p --auto "
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 13, 2025

Choose a reason for hiding this comment

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

Putting --auto between -p and the quoted prompt makes Commander treat --auto as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move --auto before the prompt flag (and update the other code blocks below that reuse this call).

Prompt for AI agents
Address the following comment on docs/guides/klavis-mcp-continue-cookbook.mdx at line 428:

<comment>Putting `--auto` between `-p` and the quoted prompt makes Commander treat `--auto` as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move `--auto` before the prompt flag (and update the other code blocks below that reuse this call).</comment>

<file context>
@@ -0,0 +1,594 @@
+### Daily Standup Automation
+
+```bash
+cn -p --auto &quot;
+Generate and distribute daily standup update:
+
</file context>
Fix with Cubic

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

Labels

size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant