Agent skill sync with docs: add mint test CLI command - #7279
Open
mintlify[bot] wants to merge 1 commit into
Open
Agent skill sync with docs: add mint test CLI command#7279mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
mint testcommand to the canonical Mintlify agent skill, which previously omitted it.Changes
reference/cli.md: newmint testentry under Content quality, covering the interactive page selection scoped todocs.jsonnavigation and the output paths (tests/mint-test/<run-id>/for generated test projects,.mintlify/test/for run reports and history, both recommended for.gitignore).SKILL.md: addedmint testto the key CLI commands quick reference.Context
changelog.mdx, Changelog generator: add September 4, 2026 entry #7251), which announcedmint testand exposed that the skill lacked it. Source of truth: themint testsection ofcli/commands.mdx.x-mint.playground.expand,<MDX>improvements) are already covered by the skill; the remaining items are dashboard/editor behavior or not documented in the English docs pages, so no other skill changes were needed.Validation:
npm test(node --test, 5 passing),npm run check,npm run build, andgit diff --checkall passed fromagent-context/.The existing sync workflow will distribute the canonical skill to the Codex, Cursor, and Claude plugin repositories after merge.
Note
Low Risk
Documentation-only updates to agent skill files; no runtime or product code changes.
Overview
Documents the new
mint testCLI in the canonical Mintlify agent skill so coding agents know about code-block test generation.reference/cli.mdadds a Content quality entry formint test: interactive page selection (nav-only pages fromdocs.json), output undertests/mint-test/<run-id>/and.mintlify/test/, and a note to gitignore those paths.SKILL.mdincludesmint testin the one-line key-commands list with a short “generate tests for code blocks” hint.Reviewed by Cursor Bugbot for commit 8de577b. Bugbot is set up for automated code reviews on this repo. Configure here.