From inki
Creates a pull request on strapi/documentation with a Vercel preview link, following shared PR rules and git-rules.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inki:pr [optional issue reference, e.g. 'Fixes #2143'][optional issue reference, e.g. 'Fixes #2143']The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Scope:** designed for strapi/documentation (and its forks).
Scope: designed for strapi/documentation (and its forks).
$ARGUMENTS: optional issue reference (e.g., Fixes #2143, #2143) or additional context.
Read and follow ../_shared/pr-rules.md for: gathering context, analyzing changes, generating the title (delegates to ../_shared/pr-title-rules.md), generating the description (delegates to ../_shared/pr-description-rules.md), showing the plan, and creating the PR.
Append a Vercel preview link as the last line of the PR body. Build it from the branch name:
/ with - to get the slug (e.g., cms/mcp-server → cms-mcp-server).md file under docusaurus/docs/, stripped of the docusaurus/docs/ prefix and .md extension)Direct preview link 👉 [here](https://documentation-git-<branch-slug>-strapijs.vercel.app/<page-path>)
For example: https://documentation-git-cms-mcp-server-strapijs.vercel.app/cms/features/strapi-mcp-server
If no upstream exists, suggest running /inki:push first.
This PR documents the new hasPublishedVersion parameter added in strapi/strapi#2847.
- Adds parameter to the findMany() parameters table
- Updates the filtering description
- Adds usage tip
Fixes #2143
This PR adds conditional retrieval rules to the Code Verifier and Coherence Checker agent prompts, and a new "separate facts from prose" behavioral note to the Drafter.
npx claudepluginhub strapi/documentation --plugin inkiRewrites PR titles or descriptions on strapi/documentation repos to match project git-rules. Used via `/pr-fix` with explicit action and optional PR identifiers or auto-detection of recent PRs.
Creates, updates descriptions, and adds comments to GitHub pull requests using file-based drafts for safety, emphasizing material impact and reviewer-friendly communication.
Guides standardized GitHub PR creation: verifies changes, branches/docs, analyzes commits, uses `gh pr create` with verb titles, concise bodies, self-assignment.