Main
先跑 TUI:它会引导 Provider 鉴权,并生成本地分析包,便于人工复核与版本对比。
把输出当制品管理(如
skene-context/):可追踪的内容入库,密钥与临时数据别提交。验证建议要能落到代码与 schema:每条增长闭环都应能指回具体路径/字段。
把生成的提示词当起点:再按你的业务约束与风险偏好重写,避免“一键魔法”。
README (excerpt)
Skene is a codebase analysis toolkit for product-led growth. It models your product's user journey from your schema and code, surfaces growth opportunities, and turns them into actionable implementation plans.
What It Does
- Journey-first analysis -- compiles a view of your product's user journey: lifecycle stages, milestones, and value points, derived from your schema and code
- Journey visualizer -- opens the compiled journey in a local web app, with the lifecycle stages and milestones laid out as a diagram alongside the underlying data
- Tech stack detection -- identifies frameworks, databases, auth, deployment
- Growth feature discovery -- finds existing signup flows, sharing, invites, billing
- Feature registry -- tracks features across analysis runs, links them to growth loops
- Revenue leakage analysis -- spots missing monetization and weak pricing tiers
Source-backed notes
- README 的 Quick Start 通过 curl 脚本安装 TUI,并用
skene启动终端向导。 - README 记录可用
uvx skene直接运行,或pip install skene安装后使用。 - README 描述分析结果会写入本地 bundle 目录(如
./skene-context/)。
FAQ
- 会改我的仓库代码吗?:主要是读代码并写分析制品;如启用可选写入步骤请以 README 为准并先备份。
- 不配 API key 能跑吗?:README 提到可用本地审计起步;完整能力取决于你的 Provider 配置。
- 从哪个项目开始最好?:从有清晰注册/上手流程的小服务开始,便于量化对比与迭代。