feishu-cli-comment

List and add Feishu cloud document comments via feishu-cli.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-comment
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-comment
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables quick retrieval and addition of comments on Feishu cloud documents, improving review workflows without leaving the CLI.

Core Features & Use Cases

  • List comments for cloud docs, sheets, and bitable by token.
  • Add new comments with a type specifier (--type docx, sheet, bitable).
  • Use cases include code reviews, document audits, and collaborative feedback across multiple files.

Quick Start

Run feishu-cli comment list <file_token> --type docx to view comments and feishu-cli comment add <file_token> --type docx --text "Your comment" to add a new one.

Frequently Asked Questions about feishu-cli-comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Feishu cloud document comments from the command line?

To list Feishu cloud document comments, run the command `feishu-cli comment list <file_token> --type docx`. This retrieves all existing comments for cloud docs, sheets, and bitable by specifying the file token and type.

Can I add comments to Feishu spreadsheets and bitable via CLI?

Yes, you can add comments to Feishu spreadsheets and bitable via CLI using the type specifier. Run `feishu-cli comment add <file_token> --type sheet --text "Your comment"` to append feedback directly to multi-dimensional tables and sheets.

Do I need a specific environment to manage Feishu cloud doc comments?

Yes, managing Feishu cloud doc comments requires the feishu-cli environment installed. The skill utilizes Bash and Read tools to execute comment list and add commands, ensuring seamless workflow integration without leaving the terminal.

What is the best way to automate document review feedback for Feishu cloud docs?

Automating document review feedback for Feishu cloud docs is best achieved by using CLI commands to add comments. This allows you to script collaborative feedback and code review workflows across multiple files quickly using file tokens.

What file types are supported when adding or listing comments in Feishu?

Adding and listing comments in Feishu supports cloud documents, spreadsheets, and multi-dimensional tables. You must specify the target format using the `--type` option with either docx, sheet, or bitable when executing the command.