بنقرة واحدة
dev-workflow
Feature development workflow. Propose a change, plan implementation, execute with gates, and verify.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Feature development workflow. Propose a change, plan implementation, execute with gates, and verify.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Archive completed change proposals from docs/changes/ to docs/_archive/ after verifying preconditions.
Analyze DTVM's dMIR intermediate representation and compilation pipeline. Translates EVM bytecode sequences into dMIR pseudocode, then into x86 pseudocode, and evaluates performance cost at each stage. Use when the user asks about dMIR instructions, EVM-to-dMIR conversion, dMIR-to-x86 lowering, JIT compilation cost analysis, EVM opcode performance evaluation, or EVM->dMIR performance optimization.
Profile DTVM execution using Linux perf and generate categorized analysis reports. Use when the user wants to profile a DTVM command, find performance hotspots, break down JIT-compiled EVM basic block execution time, analyze host function overhead, or mentions "perf", "profile", "hotspot", "breakdown", or "bottleneck" in the context of DTVM execution. The user provides a dtvm command line (including bytecode path, calldata, execution mode, etc.).
استنادا إلى تصنيف SOC المهني
| name | dev-workflow |
| description | Feature development workflow. Propose a change, plan implementation, execute with gates, and verify. |
End-to-end workflow for implementing changes: propose, plan, execute, verify, and optionally archive.
Determine the change tier:
Create a change document:
docs/changes/template.md to docs/changes/YYYY-MM-DD-<slug>/README.mddocs/changes/template-light.md to docs/changes/YYYY-MM-DD-<slug>/README.mdFill in the document and set status to Proposed
After the change proposal is accepted:
docs/modules/<module>/spec.mdImplement with quality gates:
Mark each step complete as you go.
docs/modules/ if contracts changedImplementedarchive skill to move the completed change to docs/_archive/