Conversation
Generated-By: mintlify-agent
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1eb57b5. Configure here.
| npx skills add https://mintlify.com/docs | ||
|
|
||
| Then add the Mintlify MCP server for access to documentation search. Follow the setup instructions at https://www.mintlify.com/docs/ai/model-context-protocol.md | ||
| </Prompt> |
There was a problem hiding this comment.
Identical Prompt block duplicated across two files
Low Severity
The Prompt block (description, actions, and all children content) is copy-pasted verbatim between agent/index.mdx and cli/index.mdx. A near-identical block also exists in quickstart.mdx. The project already has a snippets/ directory used for shared content (e.g., icons-required.mdx). Extracting this into a reusable snippet would prevent the copies from drifting out of sync during future updates.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 1eb57b5. Configure here.


Summary
Addresses DOC-366 by adding tips on Mintlify AI tools, the
Visibilitycomponent, and thePromptcomponent to high-traffic pages where users are most likely to benefit.Changes
agent/index.mdx: Added a "Use AI tools alongside the agent" section with aPromptcomponent to install the Mintlify skill and MCP server.cli/index.mdx: Added a tip andPromptcomponent recommending users install the skill and MCP server while working locally.ai-native.mdx: Added a tip showing users how to embed askill.mdinstall prompt for their own product using thePromptcomponent.assistant/index.mdx: Added a tip in "Make content AI ingestible" recommending theVisibilitycomponent to tailor content for humans and AI tools.ai/contextual-menu.mdx: Added a tip cross-linking the contextual menu withskill.mdand the MCP server so users install full product capabilities.Note
Low Risk
Documentation-only changes that add tips and example prompts; risk is limited to potential broken links or MDX component rendering issues.
Overview
Adds AI tool guidance to key docs pages, including new tips and
Promptcallouts that encourage installing the hostedskill.mdand connecting the MCP server (notably onagent/index.mdxandcli/index.mdx).Also adds small cross-linking tips in
ai-native.mdxandai/contextual-menu.mdx, plus aVisibilityusage tip inassistant/index.mdxto help tailor content for humans vs AI tools.Reviewed by Cursor Bugbot for commit 1eb57b5. Bugbot is set up for automated code reviews on this repo. Configure here.