Skip to main content
torrust
ملف منشئ GitHub

torrust

عرض على مستوى المستودعات لـ ٩٩ skills مجمعة عبر ٤ مستودعات GitHub.

skills مجمعة
٩٩
مستودعات
٤
محدث
٢٦ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

release-new-version
مطوّرو البرمجيات

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…

١٤ أبريل ٢٠٢٦
run-local-e2e-test
محللو ضمان جودة البرمجيات والمختبرون

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…

١٤ أبريل ٢٠٢٦
check-system-dependencies
مديرو الشبكات وأنظمة الحاسوب

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…

١٤ أبريل ٢٠٢٦
install-system-dependencies
مديرو الشبكات وأنظمة الحاسوب

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",…

١٤ أبريل ٢٠٢٦
open-pull-request
مطوّرو البرمجيات

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",…

١٤ أبريل ٢٠٢٦
update-dependencies
مطوّرو البرمجيات

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…

١٣ أبريل ٢٠٢٦
commit-changes
مطوّرو البرمجيات

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…

١٣ أبريل ٢٠٢٦
troubleshoot-lxd-instances
مديرو الشبكات وأنظمة الحاسوب

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,…

٧ أبريل ٢٠٢٦
عرض 8 من أصل ٤٤ skills مجمعة.
update-dependencies
غير مصنف

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…

٢٦ أغسطس ٢٠٢٦
process-copilot-suggestions
غير مصنف

End-to-end workflow for processing and resolving all Copilot code review suggestions on a pull request in torrust-tracker. Use when asked to handle PR review feedback, process all copilot suggestions, audit and resolve review comments, or manage…

٢٦ أغسطس ٢٠٢٦
update-github-workflow-actions
غير مصنف

Update GitHub Actions workflow dependencies safely in Torrust Tracker, including synchronizing the Torrust organization allowlist. Use when updating workflow action versions, Dependabot GitHub Actions updates, or allowed-actions settings.

٢٤ أغسطس ٢٠٢٦
handle-secrets
غير مصنف

Guide for handling sensitive data (secrets) in this Rust project. NEVER use plain String for API tokens, passwords, or other credentials. Use the current stable secrecy crate's direct secret types to prevent accidental exposure through Debug output, logs, and…

٢٤ أغسطس ٢٠٢٦
create-issue
غير مصنف

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…

٢٤ أغسطس ٢٠٢٦
commit-changes
غير مصنف

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

٢٤ أغسطس ٢٠٢٦
push-changes
غير مصنف

Guide for pushing commits in the torrust-tracker project. Covers the push workflow, pre-push hook setup, and the SSH idle-timeout problem that can interrupt pushes when the pre-push hook runs long. Triggers on "push changes", "git push", "how to push", "push…

٢٤ أغسطس ٢٠٢٦
merge-pull-request
غير مصنف

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.

٢١ أغسطس ٢٠٢٦
عرض 8 من أصل ٣٩ skills مجمعة.
check-udp-conntrack
مديرو الشبكات وأنظمة الحاسوب

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,…

٢٧ أبريل ٢٠٢٦
open-github-issue
مطوّرو البرمجيات

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…

٢٠ أبريل ٢٠٢٦
scale-up-server
مديرو الشبكات وأنظمة الحاسوب

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…

١٣ أبريل ٢٠٢٦
researching-performance-problems
مديرو الشبكات وأنظمة الحاسوب

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",…

١٣ أبريل ٢٠٢٦
open-pull-request
مطوّرو البرمجيات

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".

١٣ أبريل ٢٠٢٦
commit
مطوّرو البرمجيات

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…

١٣ أبريل ٢٠٢٦
create-issue-branch
مطوّرو البرمجيات

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…

١٣ أبريل ٢٠٢٦
run-linters
مطوّرو البرمجيات

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.…

١٠ أبريل ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
عرض ٤ من أصل ٤ مستودعات
تم تحميل كل المستودعات