Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

deb_scripts

deb_scripts enthält 10 gesammelte Skills von thegrayfoxxx, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
10
Stars
29
aktualisiert
2026-03-31
Forks
0
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

deb-scripts-commits
Softwareentwickler

Use when writing Git commit messages or PR titles for changes in deb_scripts. Covers conventional commits, raw plain-text output, English-only output, and the supported modes single_commit, squash_commit, pr_title, and commit_with_body.

2026-03-31
deb-scripts-maintainer
Softwareentwickler

Use when working in the deb_scripts repository on existing code, bug fixes, refactors, CLI behavior, interactive menus, logging, or documentation updates. Covers the project architecture, service contracts, safety constraints, and the expected testing workflow.

2026-03-31
deb-scripts-testing
Softwarequalitätssicherungsanalysten und -tester

Use when adding or changing tests in deb_scripts, or when deciding how to validate a code change. Covers unit, integration, and system test selection, expected smoke checks, and how to verify CLI and interactive behavior without over-testing unrelated paths.

2026-03-31
deb-scripts-planning
Projektmanagementspezialisten

Use when the user wants a plan-first workflow in deb_scripts, asks for a clear execution plan before any changes, or expects work to be performed step by step against an explicit plan with checkpoints.

2026-03-31
deb-scripts-system-commands
Softwareentwickler

Use when adding or changing apt, systemctl, ufw, sysctl, curl, rm, or other host-level command execution in deb_scripts. Covers safe subprocess patterns, post-command verification, and what to log versus what to keep in debug output.

2026-03-31
deb-scripts-cli-ux
Softwareentwickler

Use when changing menu text, prompts, status messages, confirmations, or user-facing CLI output in deb_scripts. Covers concise operator-focused messaging, menu consistency, and avoiding duplicate or noisy output across interactive and non-interactive flows.

2026-03-31
deb-scripts-logging
Softwareentwickler

Use when changing logs, CLI output, or interactive messages in deb_scripts. Covers log levels, separation between user-facing console output and debug/file logs, and CLI UX rules to avoid noisy operational telemetry.

2026-03-31
deb-scripts-new-service
Softwareentwickler

Use when adding a new managed service to deb_scripts or expanding the service surface. Covers the required files, service interface contract, CLI wiring, interactive menu integration, and test updates.

2026-03-31
deb-scripts-service-pattern
Softwareentwickler

Use when implementing or refactoring service classes in deb_scripts. Covers the expected public API, private helper structure, idempotent install/uninstall behavior, status design, and how services should interact with CLI and interactive layers.

2026-03-31
deb-scripts-formatting
Softwareentwickler

Use when formatting Python code in deb_scripts before or after edits. Covers the required Python style baseline, import sorting, and code formatting with uvx ruff using a maximum line length of 99.

2026-03-31