원클릭으로
test
Run the Rust test suite for the starbunk-rs monorepo or a specific crate/module
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the Rust test suite for the starbunk-rs monorepo or a specific crate/module
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Evaluate the CI/CD pipeline on the PR, check for failures, and fix any issues.
Analyzes the current branch/PR and adds comprehensive, well-formatted structured logging and spans for observability.
Review PR comments, categorize them into critical/nitpicks, fix user-selected ones, and close resolved comments.
Create a PR using the current branch. Generates a PR description, commits changes, and pushes.
Mandatory rules for general git use in this repository. Follow these constraints before starting work, committing, or pushing.
Feature developer and task runner. Start a new task on a fresh branch, orchestrate worktrees, do the implementation work, and open a PR when done.
| name | test |
| description | Run the Rust test suite for the starbunk-rs monorepo or a specific crate/module |
Run tests for the project.
$ARGUMENTS - Optional: specific package or test filter (e.g. --lib, middleware) or leave blank for all.If no argument is provided, run the full test suite:
cargo test --all
If an argument is provided, run tests matching the filter:
cargo test <filter>
Report the test results clearly, highlighting any failures.
If tests fail, analyze the output and suggest fixes if the errors are straightforward.