集成
AnswerLens 的集成面保持 GitHub-native 和 artifact-backed。
集成面是刻意收敛的:保持核心 audit 契约稳定,在确有需要时再加 eval providers,并把验证导入叠加在其上,而不是把项目扩成 dashboard-first SaaS。
当前已交付
当前集成面
| Integration surface | 它能做什么 |
| GitHub Action | 在 pull requests、workflow_dispatch runs 和 artifact uploads 中运行同一套 artifact 契约。 |
| OpenAI and Perplexity eval | 当你希望在 audit 之上增加答案质量检查时,补充 eval 模式基准。 |
| Search Console import | 用导入的页面级 Search Console 导出结果来校验关键页面证据。 |
| Bing / IndexNow helper | 在不实时提交的前提下,补充辅助验证和候选 URL 准备。 |
| Release assets and Pages | 把 demo 输出和文档转成可复用的公开分发表面。 |
建议路径
团队常见采用路径
- 打开在线演示报告.
- 运行 60 秒 fixture 演示.
- 先在本地跑一轮真实站点审计。
- 再把同一套 artifact 契约搬进 GitHub Action。
这种顺序能让集成面保持可理解、可审阅,而不是把每个 surface 都变成独立产品。
外部采用
starter bundle
external-repo 路径是公开且可复制的,不会藏在内部 fixtures 里。
Use the starter bundle overview when you need a citable explanation of the .github/answerlens/ layout before handing someone the raw example files.
这样能让 Action 路径在 forks、releases 与外部 setup guide 中都保持清晰。
这与什么相连
相关证明页面
- FAQ: answer first-run workflow questions.
- 对比: explain how the GitHub-native path differs from dashboard-first products.
- Pricing: explain where Action and eval usage create variable cost.
- Security: explain secret handling and review trail expectations.
- starter bundle: show the external-repo layout and artifact review order.
- 开发者关系团队: connect integrations to docs and examples.