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는 yu-iskw/rivet에서 5개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 5개 중 5개를 표시합니다.
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.
원문 언어: 영어