docs: 新增飞书应用权限配置教程 - #989
Open
joeylee12629-star wants to merge 2 commits into
Open
Conversation
added 2 commits
April 8, 2026 15:43
Extract standardized formatting rules from published WeChat articles (grace+black theme, color post-processing, design tokens) into a reusable skill. Add X Articles draft publisher skill documenting the Playwright-based automation workflow for long-form Twitter publishing. Made-with: Cursor
- 新增 zh/guide/feishu-permissions.md(图文教程,3 步开通 im:message:readonly) - 新增 3 张截图到 public/assets/feishu/perm-*.jpg - 侧边栏「帮助」区新增入口
Deploying nexu-docs with
|
| Latest commit: |
f931c4f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://70a66c79.nexu-docs.pages.dev |
| Branch Preview URL: | https://docs-feishu-permissions.nexu-docs.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f931c4fda0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
用户在使用「牛马锐评」等需要读取飞书消息的技能时,经常卡在「缺少飞书消息读取权限」这一步。弱模型执行 roast-skill 时甚至会跳过权限检测直接降级,导致用户体验差。
需要一个图文教程,让用户/Agent 能直接发给用户,1 分钟内完成权限开通。
改动
docs/zh/guide/feishu-permissions.md— 飞书应用权限配置教程docs/public/assets/feishu/perm-*.jpg.vitepress/config.ts侧边栏「帮助」区新增入口后续
教程发布后,会把 docs 链接写入 roast-skill 的 SKILL.md,让 Agent 在检测到权限缺失时直接把教程链接发给用户。