Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

deb_scripts

deb_scripts에는 thegrayfoxxx에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
29
업데이트
2026-03-31
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

deb-scripts-commits
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
프로젝트 관리 전문가

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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