Skip to content

Add inki review agents and rewrite review skill as parallel dispatcher#3234

Draft
pwizla wants to merge 4 commits into
mainfrom
repo/inki-agents-rewrite
Draft

Add inki review agents and rewrite review skill as parallel dispatcher#3234
pwizla wants to merge 4 commits into
mainfrom
repo/inki-agents-rewrite

Conversation

@pwizla

@pwizla pwizla commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

This PR introduces six read-only review subagents to the inki plugin and rewrites the review skill to dispatch them in parallel instead of running sub-skills inline. Each agent (style, outline, UX, code, coherence, pitfalls) carries a tool allowlist that excludes writes and a model tier matched to its task: opus for code-verifier, coherence-checker, and ux-analyzer; sonnet for outline-checker and pitfalls-checker; haiku for style-checker, since the deterministic style-lint.sh script carries the bulk of that check. It also syncs the authoritative STYLE_GUIDE.pdf into the plugin references and wires the style-checker agent to it.

pwizla added 4 commits June 8, 2026 23:27
Each check (style, outline, UX, code, coherence, pitfalls) becomes a dedicated subagent with a tool allowlist that excludes writes and a model tier matched to its task: opus for the high-stakes factual checks (code-verifier, coherence-checker), sonnet for scoped judgment, haiku for style (the deterministic style-lint.sh script carries the bulk of that check).
Step 2 now dispatches the six checks as concurrent subagents instead of inline sub-skill calls, keeping their file reads out of the main context. Since the agents are read-only, fix application moves into the skill (new Step 3b).
STYLE_GUIDE.pdf is the authoritative Strapi style guide (Rule 12 of the 12 Rules points to it). Copy it into references/ so the plugin stays self-contained, and make the style-checker agent read it for formatting and capitalization judgment.
Outline UX analysis is open-ended pedagogical judgment (progression, signposting, reading flow), which warrants the top model tier rather than sonnet. outline-checker stays on sonnet (template-bound structural check).
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment Jun 8, 2026 9:39pm

Request Review

@github-actions github-actions Bot added internal PRs created by the Strapi core team pr: chore source: repo PRs/issues not targeting a specific documentation but rather affecting the whole repo labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal PRs created by the Strapi core team pr: chore source: repo PRs/issues not targeting a specific documentation but rather affecting the whole repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant