BB x-post-strategist
Use this skill when the user wants to turn ideas, notes, articles, reports, or technical material into compelling X posts or threads. Covers single posts and multi-tweet threads, tone matching, and character-limit handling for Standard and Premium accounts. Not for other platforms (LinkedIn, Reddit, Xiaohongshu), long-form articles, or auto-posting on the user's behalf.
As a process B 75/100 · Nearly there — weak spots: running it twice, progress reporting
How to improve
- 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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:37High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…55h/ff8EMaJ+cYhy…4pW+sXf9…fFg==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:73High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…YJg+xp+LPXV…GQe/ylDS…Jxg==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:83High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bKX+KS9G…yMA/NhKJ…RGz/Q==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:214High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…ymQ+YZi6…w3U+3fPY…7Ow==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:267High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…vZS+VIDU…jX4+qx9M…saQ==",
detector
Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5707 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 75/100
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 16 mutating operations with no state check
- 60Tools and files. Uses tools (bash, write) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 5707 tokens
- 85Steps. 70 steps, 1 vague phrases
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 21 branches, has a failure section
- 100Consistency. Name and required fields are in place
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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
- -4Absolute local paths (C:\Users, /home/…): not portable
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 372: enough signal without eating the budget
- +4Structure: 26 headings
- +3Step-by-step instructions: 70 items
- +3Output format is stated explicitly
- +4Has examples (9 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 80.