Skip to main content
torrust
GitHub-Creator-Profil

torrust

Repository-Ansicht von 98 gesammelten Skills in 4 GitHub-Repositories.

gesammelte Skills
98
Repositories
4
aktualisiert
18. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

release-new-version
Softwareentwickler

Guide for releasing a new version of the deployer using the standard branch/tag workflow. Covers version bump, signed release commit, pushing main, creating signed tag, creating release branch, and verifying Docker + crate publication workflows. Use when…

14. Apr. 2026
run-local-e2e-test
Softwarequalitätssicherungsanalysten und -tester

Run a complete local end-to-end test using the LXD provider to verify a feature, fix, or change works as expected from the user's perspective. Covers creating an environment config, provisioning a VM, deploying the tracker, verifying it works, and cleaning…

14. Apr. 2026
check-system-dependencies
Netzwerk- und Computersystemadministratoren

Check whether the system has all dependencies required by the deployer (OpenTofu, Ansible, LXD, cargo-machete). Use before running provisioning, E2E tests, or any infrastructure command. Triggers on "check dependencies", "check system dependencies", "are…

14. Apr. 2026
install-system-dependencies
Netzwerk- und Computersystemadministratoren

Install the system dependencies required by the deployer (OpenTofu, Ansible, LXD, cargo-machete) using the built-in dependency-installer. This is the setup/installer step before using the deployer for the first time. Triggers on "install dependencies",…

14. Apr. 2026
open-pull-request
Softwareentwickler

Open a pull request from a feature branch using GitHub CLI (preferred) or GitHub MCP tools. Covers pre-flight checks, correct base/head configuration for fork workflows, title/body conventions, and post-creation validation. Use when asked to "open PR",…

14. Apr. 2026
update-dependencies
Softwareentwickler

Guide for updating project dependencies using the update-dependencies.sh automation script. Automates the cargo update workflow including branch creation, commit, push, and optional PR creation. Use when updating dependencies, running cargo update, or…

13. Apr. 2026
commit-changes
Softwareentwickler

Guide for committing changes in the torrust-tracker-deployer project. Covers conventional commit format, pre-commit verification checks, issue number conventions, and commit quality guidelines. Use when committing code, running pre-commit checks, or following…

13. Apr. 2026
troubleshoot-lxd-instances
Netzwerk- und Computersystemadministratoren

Guide for debugging and troubleshooting local LXD VM instances created by the deployer. Covers SSH connectivity failures (too many authentication failures, key issues, connection refused), bypassing SSH with lxc exec, cloud-init problems, networking issues,…

7. Apr. 2026
Es werden 8 von 44 gesammelten Skills angezeigt.
update-dependencies
Softwareentwickler

Guide for updating project dependencies in the torrust-tracker project. Covers the manual cargo update workflow including branch creation, running checks, committing, and pushing. Distinguishes trivial updates (Cargo.lock only) from breaking-change updates…

18. Aug. 2026
cleanup-completed-issues
Softwareentwickler

Guide for archiving closed issue specification files from docs/issues/open/ to docs/issues/closed/. Covers verifying closure on GitHub, moving files, updating frontmatter, auditing and repairing affected documentation links, creating a branch, and opening a…

17. Aug. 2026
structured-runtime-logging
Softwareentwickler

Use when adding or changing logs for runtime service identity, service startup, listener bindings, or tracing instrumentation. Prefer explicit structured tracing fields over Rust Debug-formatted metadata.

31. Juli 2026
run-tracker-locally
Softwareentwickler

Run the Torrust Tracker locally for development and testing. Use this skill to start the tracker with default configuration, understand configuration loading, and interact with tracker services (UDP and HTTP). Triggers on "run tracker", "start tracker…

31. Juli 2026
write-markdown-docs
Softwareentwickler

Guide for writing Markdown documentation in this project. Covers GitHub Flavored Markdown pitfalls, especially the critical

28. Juli 2026
merge-pull-request
Softwareentwickler

Safely construct, inspect, validate, sign, and optionally push a maintainer GitHub pull-request merge using the repository-local vendored tool. Use when asked to merge a pull request or perform a maintainer merge workflow.

23. Juli 2026
create-issue
Softwareentwickler

Guide for creating GitHub issues in the torrust-tracker project. Covers the full workflow from specification drafting, user review, to GitHub issue creation with proper documentation and file naming. Supports task, bug, feature, and epic issue types. Use when…

22. Juli 2026
run-linters
Softwareentwickler

Run code quality checks and linters for the torrust-tracker project. Includes Rust clippy, rustfmt, markdown, YAML, TOML, spell checking, and shellcheck. Use when asked to lint code, check formatting, fix code quality issues, or prepare for commit. Triggers…

22. Juli 2026
Es werden 8 von 38 gesammelten Skills angezeigt.
check-udp-conntrack
Netzwerk- und Computersystemadministratoren

Workflow for checking whether UDP packet loss or uptime degradation may be caused by conntrack saturation on the torrust-tracker-demo server. Use when diagnosing UDP timeouts, low newTrackon uptime, packet drops, conntrack pressure, UDP receive-buffer errors,…

27. Apr. 2026
open-github-issue
Softwareentwickler

Step-by-step process for creating and opening a GitHub issue in the torrust-tracker-demo repository. Use when asked to open, create, or file an issue. Covers writing the draft file, human review, opening on GitHub, renaming the file, and committing. Triggers…

20. Apr. 2026
scale-up-server
Netzwerk- und Computersystemadministratoren

Step-by-step workflow for resizing (scaling up) the Hetzner server in the torrust-tracker-demo stack. Use when asked to resize, scale up, or upgrade the server plan. Covers pre-resize preparation, graceful shutdown, provider panel action, post-resize…

13. Apr. 2026
researching-performance-problems
Netzwerk- und Computersystemadministratoren

Workflow for investigating server and service performance bottlenecks in the torrust-tracker-demo repository. Use when debugging uptime degradation, high load, latency spikes, dropped packets, or suspected capacity limits. Triggers on "performance issue",…

13. Apr. 2026
open-pull-request
Softwareentwickler

Create and open a pull request in the torrust-tracker-demo repository. Use when asked to open a PR, create a pull request, submit a PR, or push changes and create a PR. Triggers on "open PR", "create PR", "submit PR", "push and open PR", "open pull request".

13. Apr. 2026
commit
Softwareentwickler

Guide for committing changes in the torrust-tracker-demo repository. Covers running all linters locally before committing to ensure CI passes. Triggers on "commit", "how to commit", "before committing", "pre-commit checks", "run linters", "check before…

13. Apr. 2026
create-issue-branch
Softwareentwickler

Create a git branch to start working on a GitHub issue in the torrust-tracker-demo repository. Use when asked to start working on an issue, create a branch for an issue, or check out a new branch. Triggers on "create branch", "new branch", "start working on…

13. Apr. 2026
run-linters
Softwareentwickler

Run linters for the torrust-tracker-demo repository. Covers running the canonical lint script, installing the lint wrapper and prerequisites, and troubleshooting markdown, YAML, spelling, shellcheck, npm permission, and Node/cspell compatibility issues.…

10. Apr. 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
4 von 4 Repositories angezeigt
Alle Repositories angezeigt