FF software-manager-skill
软件产品经理/软件开发经理知识技能。当用户需要产品经理级别的专业支持时触发,包括: 需求分析、PRD撰写、产品设计、产品路线图规划、竞品分析、数据分析; 或用户询问产品经理职责、如何成为产品经理、产品经理技能要求; 或需要产品架构图、流程图、时序图、甘特图等 Mermaid 图表; 或需要从0到1输出PRD文档并自动生成可交互H5原型图; 或需要将PRD文档导出为Markdown(.md)或Word(.docx)格式。 注意:本 skill 采用主动式产品咨询流程。流程:确认需求 → 提问澄清 → 网络搜索 + RAG搜索 → 产品规划 → 方案对比 → 技术选型 → 需求确认 → PRD文档 + Mermaid图表 → 导出格式 → H5原型图(可选)。
As a process F 32/100 · Will not run — References files that are not bundled: references/icon-libraries/icon-sources.txt, references/h5-prototype/
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- 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.
- The text references files that are not there: add them or drop the references.
- 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 · 11
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/animation.txt:1Zero-width / invisible characters (possible hidden text) (13 occurrences)Animation - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on GitHubSea…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/configuration.txt:1Zero-width / invisible characters (possible hidden text) (12 occurrences)Configuration - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on GitHu…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/content-configuration.txt:1Zero-width / invisible characters (possible hidden text) (5 occurrences)Content Configuration - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS …
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/dark-mode.txt:1Zero-width / invisible characters (possible hidden text) (6 occurrences)Dark Mode - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on GitHubSea…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/Functions-and-directives.txt:1Zero-width / invisible characters (possible hidden text) (8 occurrences)Functions & Directives - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/hover-focus-and-other-states.txt:1Zero-width / invisible characters (possible hidden text) (6 occurrences)Handling Hover, Focus, and Other States - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for React…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/responsive-design.txt:1Zero-width / invisible characters (possible hidden text) (8 occurrences)Responsive Design - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on G…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/theme.txt:1Zero-width / invisible characters (possible hidden text) (9 occurrences)Theme Configuration - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on…
-
high Obfuscation
uni-zero-widthreferences/tailwind-core/utility-first.txt:1Zero-width / invisible characters (possible hidden text) (3 occurrences)Utility-First Fundamentals - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind…
Medium and low: 2
-
low Secrets in code
secret-high-entropy-tokenreferences/tailwind-core/customization.txt:1High-entropy token-like string (may be an id, hash or a credential)404 - TailwindCSS中文文档 | TailwindCSS中文网Tailwind CSS home page…ing CatalystA modern application UI kit for ReactThemeTailwind CSS on GitH…his page could not be found.
-
low Dangerous commands
cmd-privilegescripts/mermaid_render_multi.js:287Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)const args = ['--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage'];
detectorcode literal
Files scanned: 28. 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 ≈ 10404 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: references/icon-libraries/icon-sources.txt - warning
missing-refreference to a missing file: references/h5-prototype/ - note
frontmatter-keyunknown frontmatter key "trigger" - note
frontmatter-keyunknown frontmatter key "hermes" - note
frontmatter-keyunknown frontmatter key "required_commands" - note
frontmatter-keyunknown frontmatter key "required_npm_packages" - note
frontmatter-keyunknown frontmatter key "required_python_packages" - note
frontmatter-keyunknown frontmatter key "required_environment" - note
frontmatter-keyunknown frontmatter key "notes_on_dependencies"
Process rating: all ten parameters 32/100
- 0Tools and files. 2 referenced file(s) missing: references/icon-libraries/icon-sources.txt, references/h5-prototype/
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Execution cost. Instruction body is 10404 tokens: crowds the task out of the window
- 100Steps. 74 steps
- 100Consistency. Name and required fields are in place
- 100Running it twice. No mutating operations
- low 21 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (5 tags): a typed call is more reliable
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
- -4Absolute local paths (C:\Users, /home/…): not portable
- -228 emoji in the instructions: noise for the model
- +2Single-language instructions
- +3Description length 332: enough signal without eating the budget
- +4Structure: 62 headings
- +3Step-by-step instructions: 74 items
- +4Has examples (29 code blocks)
- +4Reference files are cited in the instructions (8 of 13)
- +3All 2 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 52.