docs: add AI skills page#471
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughAdds a Plane AI skills documentation page covering usage, built-in and custom skills, variables, permissions, and constraints, then links the page from the AI sidebar. ChangesAI Skills Documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/ai/plane-ai-skills.md`:
- Around line 22-24: Update both fenced code blocks in the documentation
examples, including the slash-command example and the instruction example near
the referenced section, to specify the text language. Preserve their contents
unchanged while adding the text fence language marker to satisfy markdownlint
MD040.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 9dd92ba3-9e17-41ba-a691-aa1580639671
📒 Files selected for processing (2)
docs/.vitepress/config.tsdocs/ai/plane-ai-skills.md
| ``` | ||
| /cycle-report Sprint 42 | ||
| ``` |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Specify a language for both fenced code blocks.
These fences trigger markdownlint MD040. Use text for the slash command and instruction example.
Proposed fix
-```
+```text
/cycle-report Sprint 42...
- +text
Draft release notes from the work items completed in the cycle I mention.
</details>
Also applies to: 73-80
<details>
<summary>🧰 Tools</summary>
<details>
<summary>🪛 markdownlint-cli2 (0.22.1)</summary>
[warning] 22-22: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
</details>
</details>
<details>
<summary>🤖 Prompt for AI Agents</summary>
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @docs/ai/plane-ai-skills.md around lines 22 - 24, Update both fenced code
blocks in the documentation examples, including the slash-command example and
the instruction example near the referenced section, to specify the text
language. Preserve their contents unchanged while adding the text fence language
marker to satisfy markdownlint MD040.
</details>
<!-- fingerprinting:phantom:triton:luna -->
<!-- cr-indicator-types:potential_issue -->
<!-- cr-comment:v1:ee9f9bca4767f862c8f211c5 -->
_Source: Linters/SAST tools_
<!-- This is an auto-generated comment by CodeRabbit -->
What
Adds a new Skills page to the AI section (
/ai/plane-ai-skills), alongside the existing Plane AI and AI credits pages.Skills are saved, reusable instructions for Plane AI that users run with a
/command in chat. The page covers:/standup,/cycle-report,/file-bug, etc.){{variable}}placeholdersChanges
docs/ai/plane-ai-skills.mddocs/.vitepress/config.tsunder AI, between Plane AI and AI creditspnpm check:formatandpnpm buildpass locally.Summary by CodeRabbit
/command, create custom skills, and apply templates and variables.