BB team-loop
Autonomous task loop engine — self-verifying, goal-driven, human-out-of-loop. Triggered by: loop, team-loop, 迭代研发, 迭代. Human sets a quantifiable goal (e.g., coverage ≥ 50%), agent team autonomously executes plan→execute→verify→memorize→replan cycles with zero human intervention. Suitable for: coverage improvement, code migration, refactoring, test completion, token-budget tasks. Unlike team-dev (waterfall: spec→design→code→test), team-loop is a goal-driven loop engine that self-iterates until the target is met.
Autonomous task loop engine — self-verifying, goal-driven, human-out-of-loop.
As a process B 66/100 · Nearly there — weak spots: when it triggers, inputs and preconditions, execution cost
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 6
✓ No critical or high findings
Medium and low: 6
-
low Secrets in code
secret-high-entropy-tokenskill-cn.md:450High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"loop_id":"manu…2-L",
quoted -
low Secrets in code
secret-high-entropy-tokenskill-cn.md:466High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"loop_id":"manu…2-L",
quoted -
low Secrets in code
secret-high-entropy-tokenskill-cn.md:548High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)格式: `{source}-{timestamp}-{nonce}` (例: `manu…2b1`)detector -
low Secrets in code
secret-high-entropy-tokenSKILL.md:499High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"loop_id":"manu…2-L",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:515High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"loop_id":"manu…2-L",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:597High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)Format: `{source}-{timestamp}-{nonce}` (e.g., `manu…2b1`)detector
Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 8556 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "intent"
Process rating: all ten parameters 66/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 23 mutating operations with no state check
- 40Execution cost. Instruction body is 8556 tokens: crowds the task out of the window
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 100Steps. 65 steps
- 100Result and completion. Output format and completion criterion are stated
- 100Failures and branches. 2 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 19 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 516: enough signal without eating the budget
- +4Structure: 47 headings
- +3Step-by-step instructions: 65 items
- +4Has examples (24 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 61.