Search current hot social or industry news, identify visible "world bugs" such as incentive failures, regulatory gaps, information asymmetry, safety risks, and unreasonable value-chain behavior, then propose root-cause fixes and business opportunities in a sourced, diagram-rich Chinese Markdown report saved under the current project's markdown directory. Use when the user gives an industry name and asks to find bugs/opportunities from industry news, or gives no industry and wants hot social-news bug analysis.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill to turn current hot news into a rigorous "找世界 bug" report. The goal is not to moralize after the fact, but to identify why an obviously unreasonable phenomenon can keep happening, who is constrained by which incentives, what can stop it earlier, and whether there is a legitimate business opportunity in solving it.
Default to Chinese output unless the user explicitly asks for another language.
Define the search scope.
Search current evidence.
Select the strongest "bug".
Analyze the mechanism.
Design solutions.
Write and save the Markdown report.
markdown/ under the current project.markdown/<YYYYMMDD>-<scope-slug>-world-bug-opportunity.md.参考来源 section with source names, publication dates, and links.Use this structure unless the user requests another shape:
# <行业/社会热点>: 我看到的一个世界 bug
> 一句话判断: <不合理现象不是偶然,而是某个机制让坏结果变得划算或更容易发生。>
## 这几天发生了什么
<用事实交代热点,不写长篇新闻复述。>
## 打眼一看哪里不合理
<定义 bug: 谁受损,谁获益,为什么正常机制没有及时阻止。>
```text
消费者/用户 -> 看到的表象 -> 真实风险
商家/平台 -> 当前收益 -> 转嫁成本
监管/市场 -> 应该阻止 -> 实际漏点
```
## 这个 bug 为什么会存在
```mermaid
flowchart TD
A["上游约束/成本压力"] --> B["参与者的理性选择"]
B --> C["短期收益"]
C --> D["风险被转嫁给用户/公共系统"]
D --> E["监管或市场反馈滞后"]
E --> B
```
<解释利益链、信息链、监管链、证据链。>
## 根因拆解
<区分事实、推断、假设、未知。>
<svg role="img" aria-label="bug root cause map" viewBox="0 0 800 360" xmlns="http://www.w3.org/2000/svg">
<!-- Use simple labeled boxes/arrows relevant to the actual case. -->
</svg>
## 怎么更快解决
| 层级 | 动作 | 责任方 | 验证指标 |
| --- | --- | --- | --- |
| 0-7天 | <应急措施> | <谁做> | <怎么知道有效> |
| 30-90天 | <机制修复> | <谁做> | <怎么知道有效> |
| 6-24个月 | <制度/基础设施> | <谁做> | <怎么知道有效> |
## 这里有没有商机
<提出1-3个合法、可验证、能从源头降低问题发生率的机会。每个机会写清买单方、MVP、渠道、风险。>
## 还要盯什么
<列出后续验证信号和反证信号。>
## 参考来源
- [来源标题](https://...), 发布日期/访问日期3b9c83d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.