Perform a "hard reset" of the development environment. Use when dependencies are corrupted, lockfiles are out of sync, or environment tools (Trunk/uv) are in an inconsistent state.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٥ من skills من yu-iskw/rivet. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٥ من أصل ٥ skills مجمعة.
Perform a "hard reset" of the development environment. Use when dependencies are corrupted, lockfiles are out of sync, or environment tools (Trunk/uv) are in an inconsistent state.
لغة النص الأصلي: الإنجليزية
Initialize a new project from the Rust workspace template by renaming workspace members, updating Cargo metadata, and cleaning up documentation. Use when starting a new project, bootstrapping from this template, or setting up a fresh repository.
لغة النص الأصلي: الإنجليزية
Complete pull request workflow from feature branch creation to PR submission. Use when starting a new feature, fixing a bug, or preparing code for review.
لغة النص الأصلي: الإنجليزية
Workflow for auditing security vulnerabilities using Trunk (Trivy and OSV-scanner). Use when checking for project vulnerabilities, hard-coded secrets, or repairing security flaws.
لغة النص الأصلي: الإنجليزية
Run unit tests and automatically fix code failures, regression bugs, or test mismatches. Use when tests are failing, after implementing new features, or to repair "broken" tests.
لغة النص الأصلي: الإنجليزية