원클릭으로
logs
View Docker logs from Starbunk-rs containers on the remote server
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View Docker logs from Starbunk-rs containers on the remote server
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 | logs |
| description | View Docker logs from Starbunk-rs containers on the remote server |
View Docker logs from Starbunk-rs containers running on the remote Tower server.
Parse the request to determine:
bluebot, bunkbot, covabot, djcova, ratbot, or all (default: all)-f or follow is specified, stream logsSSH into the remote server using tower and run docker commands from the starbunk-rs stack directory.
Container names on the server are starbunk-rs-<bot>.
Specific container:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs --tail=<lines> starbunk-rs-<bot>"
All containers:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs --tail=<lines>"
Follow mode:
ssh tower "cd /mnt/user/appdata/portainer/starbunk-rs && docker compose logs -f starbunk-rs-<bot>"
Available containers:
bluebot (starbunk-rs-bluebot) — Blue Mage pattern-matching botbunkbot (starbunk-rs-bunkbot) — Administrative backbone and reply botcovabot (starbunk-rs-covabot) — AI personality emulatordjcova (starbunk-rs-djcova) — Voice channel music streamingratbot (starbunk-rs-ratbot) — Secret Santa / Ratmas organiserAfter showing logs, offer to filter or search for specific patterns if the output is large.