بنقرة واحدة
starbunk-rs
يحتوي starbunk-rs على 26 من skills المجمعة من andrewgari، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
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.
Worktree lifecycle protocol — context switching, creating, and cleaning up git worktrees for starbunk-rs.
Add a new bot crate to the starbunk-rs workspace with full DevOps registration
Deploy or update Docker containers on the Tower server via SSH
Manage local Docker containers for Starbunk-rs development
View Docker logs from Starbunk-rs containers on the remote server
Full Rust code quality standards for starbunk-rs. Read this before writing or reviewing any Rust code.
Triage accumulated automated GitHub issues (health-report, log-analysis) — close stale/superseded, surface actionable items
Code Review Skill for reviewing PR diffs.
PR Comment Addresser agent. Fetches all unresolved PR comments, evaluates their relevance, lists them for the user to select from, implements the selected fixes, and closes the addressed (and skipped) comments while ignoring new ones.
High-level architecture and planning for starbunk-rs. Use when planning significant changes, reviewing cross-cutting concerns, or evaluating the impact of a proposed change before implementation begins.
Verify that all packages compile successfully
Run the full CI test suite locally (cargo test, cargo clippy, and devops-validate)
Autonomously diagnose and fix a failing CI pipeline on the current branch.
Live production debugger and incident responder. Use to investigate production issues, read live logs from grafana.starbunk.net, and diagnose running containers.
GitHub, CI/CD, Docker, and deployment management for starbunk-rs. Use for PR creation, workflow changes, Docker Compose updates, DevOps validation, health checks, and anything involving the Tower deployment.
Comprehensive health check that runs build, test, lint, builds docker containers, checks container health/status, and reports to the user.
Run cargo clippy on the codebase to check for style and correctness issues
Requirements gathering and clarification for starbunk-rs. Use when a request is ambiguous or before starting any significant implementation.
Use for any Rust code writing, refactoring, or review in starbunk-rs. This agent cares about clean, idiomatic, readable Rust — thoughtful naming, aesthetic structure, and code that feels good to read.
Run the Rust test suite for the starbunk-rs monorepo or a specific crate/module