BC backlog
Unified backlog lifecycle management and task tracking. Orchestrates session TODOs, workspace checklists (`fix_plan.md`, `checklist.md`), and issue trackers with vendor-agnostic lifecycle contracts. Topics — triage (classify incoming requests into session/file/issue backlogs), priority (GitHub-aligned P0-P3 urgency tagging and blocker triage), sync (external tracker status polling and resolution), prune (demote lower-priority backlog noise from active focus), lifecycle (authoring, state transitions, DoD criteria), comment (post follow-up notes/sub-findings to parent issues), create (issue and intake issue creation). Use when: "backlog", "backlog triage", "backlog sync", "backlog prune", "task lifecycle", "manage backlog", "backlog priority", "backlog cleanup", "plane backlog", "issue comment".
Unified backlog lifecycle management and task tracking.
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- 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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Dangerous commands
cmd-eval-dynamicscripts/plane_create_entity.py:611Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"import base64; exec(base…ode('{b64_script}').decode('utf-8'))"quoted -
low Dangerous commands
cmd-eval-dynamicscripts/plane_create_entity.py:673Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"kubectl exec -n {k3s_…ace} {k3s_…oad} -- python3 manage.py shell -c \"import base64; exec(base…ode('{b64_script}').decode('utf-8'))\"",quoted -
low Dangerous commands
cmd-eval-dynamicscripts/plane_create_entity.py:679Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"import base64; exec(base…ode('{b64_script}').decode('utf-8'))"quoted -
low Dangerous commands
cmd-eval-dynamicscripts/plane_create_issue.py:612Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"import base64; exec(base…ode('{b64_script}').decode('utf-8'))"quoted -
low Dangerous commands
cmd-eval-dynamicscripts/plane_update_entity.py:232Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"kubectl exec -n {k3s_…ace} {k3s_…oad} -- python3 manage.py shell -c \"import base64; exec(base…ode('{b64_script}').decode('utf-8'))\"",quoted -
low Dangerous commands
cmd-eval-dynamicscripts/plane_update_entity.py:249Dynamic code execution from decoded/untrusted input (quoted — discussed, not commanded)f"import base64; exec(base…ode('{b64_script}').decode('utf-8'))",quoted -
low Secrets in code
secret-high-entropy-tokenscripts/test_plane_priority_mapping.py:128High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Test…ion(unittest.TestCase):
fixture
Files scanned: 19. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "depends-on"
Process rating: all ten parameters 56/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 4 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 574 tokens
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 804: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -312 of 12 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +5Description quotes 10 example trigger phrases
- +4Structure: 6 headings
- +3Step-by-step instructions: 4 items
- +4Has examples (1 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 83.