Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Security Analysis
high confidenceThe skill is an instruction-only pattern for dispatching independent debugging agents and is internally consistent with that purpose, though it implicitly assumes access to a codebase/test runner which it does not explicitly declare.
The name and description match the instructions: the skill describes how to split independent problems into per-domain agents. However, the guidance implicitly assumes the agent will read test files, run tests, and modify code — capabilities that require repository and test-runner access. The skill declares no required config paths, binaries, or credentials for that, which is a minor omission but not evidence of malicious intent.
SKILL.md stays within the stated purpose: it explains how to identify independent domains, craft focused prompts, dispatch agents in parallel, and verify results. It does not instruct the agent to read unrelated files, exfiltrate secrets, call external endpoints, or perform broad system enumeration.
No install spec and no code files are present (instruction-only). That minimizes disk/runtime risk — nothing is downloaded or installed by the skill itself.
The skill requests no environment variables or credentials, which is appropriate for an instruction-only pattern. As noted under purpose, it implicitly requires access to the code repository and test tooling at runtime; those permissions are not declared here and should be considered before use.
always is false and the skill does not request persistent presence or modify other skills. Autonomous invocation is permitted (platform default) but is not combined with other concerning properties.
Guidance
This skill is a reusable prompt pattern for running focused agents in parallel and appears coherent and low-risk. Before installing or using it, confirm that any agent you dispatch has only the minimal permissions needed (read/write to the repository, ability to run tests) and that you will review changes (code review / PR flow). Because the SKILL.md assumes the agent can read and change test/code files but does not declare required config paths or tooling, ensure your agent environment provides a safe, sandboxed repo and that agents cannot exfiltrate data or push changes without review. If you plan to allow autonomous runs, be extra cautious about write permissions and automatic commits/merges.
Latest Release
v0.1.0
Initial release: 并行代理分发
More by @zlc000190
Published by @zlc000190 on ClawHub