feat(ai): add section for Acton dev skills#2168
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds a new "AI skills" subsection to the AI ecosystem overview documentation, linking to Acton development skills and describing them as reusable coding-agent instructions for TON, including coverage of doc selection, command/project layout guidance, safety checks, Tolk code generation, and FunC→Tolk refactoring. ChangesAI Skills Subsection
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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.
♻️ Duplicate comments (1)
ecosystem/ai/overview.mdx (1)
22-22:⚠️ Potential issue | 🟠 Major | ⚡ Quick winAdd an explicit
AGENTS.mdreference to satisfy the PR objective.Line 22 describes Acton skills but does not reference
AGENTS.md, which is a stated requirement from issue#2161/PRobjective. Please add a direct mention/link in this subsection.Suggested update
-[Acton development skills](https://ton-blockchain.github.io/acton/docs/agent-skills/overview) are reusable instructions for coding agents that work with TON smart contracts. They help the agent choose the right docs, commands, project layout, and perform safety checks, write idiomatic [Tolk](/tolk/overview) code, and refactor FunC projects to Tolk. All skills follow the [Agent Skills specification](https://agentskills.io/home). +[Acton development skills](https://ton-blockchain.github.io/acton/docs/agent-skills/overview) are reusable instructions for coding agents that work with TON smart contracts. They define documentation sources, commands, project layout, safety checks, [Tolk](/tolk/overview) generation, and FunC→Tolk migration steps. See Acton’s `AGENTS.md` for the skill entrypoint/reference. All skills follow the [Agent Skills specification](https://agentskills.io/home).🤖 Prompt for 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. In `@ecosystem/ai/overview.mdx` at line 22, Update the Acton skills paragraph in ecosystem/ai/overview.mdx to explicitly reference AGENTS.md by adding a direct mention or link to AGENTS.md alongside the existing Agent Skills specification link; specifically modify the sentence that begins with "Acton development skills ..." to append "See AGENTS.md for repository-specific agent guidelines" (or a similar link to AGENTS.md) so the PR objective from issue `#2161` is satisfied while keeping the existing links to the Acton docs and Agent Skills specification.
🤖 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.
Duplicate comments:
In `@ecosystem/ai/overview.mdx`:
- Line 22: Update the Acton skills paragraph in ecosystem/ai/overview.mdx to
explicitly reference AGENTS.md by adding a direct mention or link to AGENTS.md
alongside the existing Agent Skills specification link; specifically modify the
sentence that begins with "Acton development skills ..." to append "See
AGENTS.md for repository-specific agent guidelines" (or a similar link to
AGENTS.md) so the PR objective from issue `#2161` is satisfied while keeping the
existing links to the Acton docs and Agent Skills specification.
ab8b849 to
5d279fa
Compare
albertoblue87-netizen
left a comment
There was a problem hiding this comment.
Reviewed in CodeRabbit Change Stack
| ### AI skills | ||
|
|
||
| [Acton development skills](https://ton-blockchain.github.io/acton/docs/agent-skills/overview) are reusable instructions for coding agents that work with TON smart contracts. They tell the agent how to read TON documentation, which Acton commands to run, how to structure project files, how to generate [Tolk](/tolk/overview) code, and how to migrate FunC projects to Tolk. All skills follow the [Agent Skills specification](https://agentskills.io/home). | ||
|
|
Closes #2161
Summary by CodeRabbit