feishu-doc-verifier

Verifies Feishu documents via programmatic access using the Playwright framework.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill feishu-doc-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc-verifier
Source: https://github.com/wulaosiji/skills/tree/main/feishu-doc-orchestrator/feishu-doc-verifier
Command: npx skills add https://github.com/wulaosiji/skills --skill feishu-doc-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process to ensure that Feishu documents are successfully created and accessible, preventing downstream errors and saving manual checking time.

Core Features & Use Cases

  • Automated Verification: Uses Playwright to programmatically access and check Feishu documents.
  • Status Reporting: Generates a JSON output detailing the success of the verification, including page load status and title.
  • Use Case: After a document creation skill runs, this verifier can be automatically triggered to confirm the document exists and has the expected title, providing immediate feedback on the creation process.

Quick Start

Use the feishu-doc-verifier skill to verify the document created at workflow/step2_create/doc_info.json and save the output to workflow/step5_verify.

Frequently Asked Questions about feishu-doc-verifier

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

FAQPage Schema
How do I verify Feishu document creation success in an automated pipeline?

To verify Feishu document creation success in an automated pipeline, use Playwright to programmatically access the document and check its page load status and title. This automated quality assurance process confirms document integrity and availability without manual checking.

What is automated document verification and how does it work with Playwright?

Automated document verification with Playwright works by programmatically navigating to a Feishu document URL to check its accessibility. It generates a JSON output detailing the page load status and document title, providing immediate feedback on document integrity.

How to check if a Feishu document is accessible after automated generation?

To check if a Feishu document is accessible after automated generation, trigger a verifier script to access the document URL via Playwright. The script generates a JSON status report confirming the page load status and expected title, preventing downstream errors.

Does the Feishu document verification process require Playwright to run?

Yes, the Feishu document verification process requires Playwright to run. Playwright is the core dependency used to programmatically access Feishu documents, simulate browser navigation, and extract the page load status and title for automated quality assurance.

Can I use this automated verification for Feishu documents created in a previous workflow step?

Yes, you can use this automated verification for Feishu documents created in a previous workflow step. The verifier reads document information from a specified JSON file path and outputs the verification results to a designated workflow directory.

What is the best way to automate quality assurance for Feishu document creation workflows?

The best way to automate quality assurance for Feishu document creation workflows is to trigger a Playwright-based verifier immediately after document generation. This provides immediate feedback on document integrity and availability by generating a JSON status report.