order-analysis
分析产品升级工单,识别共性问题并提出产品改进建议。通过 agent-browser工具 访问工单系统,提取工单数据,进行问题分类、趋势分析和根因定位,输出改进方案。
Best use case
order-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
分析产品升级工单,识别共性问题并提出产品改进建议。通过 agent-browser工具 访问工单系统,提取工单数据,进行问题分类、趋势分析和根因定位,输出改进方案。
Teams using order-analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/order-analysis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How order-analysis Compares
| Feature / Agent | order-analysis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
分析产品升级工单,识别共性问题并提出产品改进建议。通过 agent-browser工具 访问工单系统,提取工单数据,进行问题分类、趋势分析和根因定位,输出改进方案。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## 核心工作流程 ### 步骤 1: 前置检查 执行以下两个检查脚本,确保环境准备就绪: ```bash # 检查 Chrome Debug 模式 sh scripts/check-cdp.sh # 检查 agent-browser 工具 sh scripts/check-agent-browser.sh ``` ### 步骤 2: 打开工单系统页面 ```bash agent-browser --cdp 9222 open "https://inner.example.com" ``` ### 步骤 3: 准备输出目录 创建以时间命名的输出目录(格式:YYYYMMDD-HHMMSS): ```bash OUTPUT_DIR=".output/order-analysis/$(date +%Y%m%d-%H%M%S)" mkdir -p "$OUTPUT_DIR" ``` ### 步骤 4: 获取订单数据 在浏览器中打开页面后,**在同一 shell 会话中**执行以下命令获取订单的所有JSON数据: ```bash agent-browser --cdp 9222 eval "$(cat scripts/order-analysis.js)" > "$OUTPUT_DIR/order.json" ``` ### 步骤 5: 分析数据 针对获取的订单数据,识别共性问题并提出产品改进建议,并将分析结果保存到 `$OUTPUT_DIR/order_report.md` ## agent-browser 使用方法 使用 `agent-browser` 进行网页自动化操作。运行 `agent-browser --help` 查看所有命令。 **注意**: 所有 `agent-browser` 命令应加上 --cdp 9222 参数,例如 `agent-browser --cdp 9222 open https://www.baidu.com/` 用法: 1. `agent-browser --cdp 9222 open <url>` - 访问指定页面 2. `agent-browser --cdp 9222 snapshot -i` - 获取可交互元素及其引用 (@e1, @e2) 3. `agent-browser --cdp 9222 click @e1` / `fill @e2 "text"` - 通过引用与页面元素交互 4. 页面变化后重新执行 snapshot
Related Skills
deep-codebase-analysis
Agent capable of reading and analyzing the entire source code of a software project to gain a thorough understanding of architecture, communication, design patterns, and business flows. Use when exploring new systems, maintenance, or refactoring.
dataql-analysis
Analyze data files using SQL queries with DataQL. Use when working with CSV, JSON, Parquet, Excel files or when the user mentions data analysis, filtering, aggregation, or SQL queries on files.
analysis
Docent is a platform for analyzing AI agent behavior using large language models. Use this skill anytime you want to use Docent to analyze AI agent behavior.
analysis-report
Generates comprehensive, structured research reports.
azure-ai-vision-imageanalysis-java
Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping.
article-analysis
Analyze blog posts and web articles by fetching content from URLs. Use when the user mentions blog post, article, Substack, Medium, web page, newsletter, or provides a URL to analyze.
asciinema-recorder
Record Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo recording.
amazon-order-matcher
Scrape Amazon order history and match to Monarch Money transactions for auto-categorization. Uses browser automation to extract order details, then matches by amount and date to categorize uncategorized transactions.
agent-ops-git-analysis
Analyze git repository for insights: contributor stats, commit patterns, branch health, and change analysis. Outputs actionable reports.
adaptive-temporal-analysis-integration
Integrate adaptive temporal analysis for drift detection.
market-sizing-analysis
This skill should be used when the user asks to \\\"calculate TAM\\\", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or...
Schema Evolution Impact Analysis
Analyze the impact of model/schema changes on downstream code — affected repositories, services, handlers, tests, and migration requirements