بنقرة واحدة
neva
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use for Neva source or snippets: authoring, refactoring, debugging, or review.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use for Go changes in Neva: authoring, refactoring, debugging, or review.
Use for focused review of a Neva pull request, branch, diff, or patch.
Prepare a Neva GitHub release draft from merged PRs, previous release style, and local multi-platform artifacts. Use this for monthly release preparation in nevalang/neva.
A systematic approach to refactoring complex codebases.
Convert Neva programs to valid Mermaid flowchart diagrams. Use when asked to visualize Neva code as Mermaid.
Create a Discord-ready Neva release announcement from a GitHub release payload. Use for official Neva Discord release posts.
| name | neva |
| description | Use for Neva source or snippets: authoring, refactoring, debugging, or review. |
Use this skill for changes touching *.neva or Neva code snippets.
neva --help to list commands and global options.neva <command> --help before relying on a command's flags or argument
contract.go run ./cmd/neva --help or
go run ./cmd/neva <command> --help when a local binary is unavailable.neva doc [package/path] [.] <pattern> searches the bundled standard
library; use it to discover existing components before adding one.docs/user/style_guide.md before editing..neva files syntactically valid.internal/compiler/parser/neva.g4 and nearby
.neva examples before editing.