一键导入
docs-writer
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
HBuilderX CLI 命令行工具完整使用指南。Use when working with HBuilderX CLI commands, especially when: (1) Running uni-app projects on web, app, or mini-program platforms, (2) Packaging apps for Harmony OS or other platforms, (3) Publishing projects to various platforms, (4) Viewing logs for debugging, (5) Managing uniCloud services, (6) Listing devices for deployment. Covers launch, pack, publish, logcat, project, uniCloud, and device management commands.
JQL数据库操作完整使用指南。Use when working with UniCloud JQL database operations, especially when: (1) Using JQL syntax for database queries in clientDB or cloud functions, (2) Implementing complex queries with JQL's simplified syntax (compared to traditional MongoDB), (3) Performing table joins using foreignKey, (4) Using tree queries, grouping, and aggregation, (5) Understanding differences between JQL and vk.baseDao approaches.
uniCloud 云函数公共模块完整使用指南。Use when working with uniCloud cloud function common modules, especially when: (1) Creating shared utility modules for multiple cloud functions, (2) Implementing common logic extraction and reuse, (3) Managing dependencies between cloud functions and common modules, (4) Understanding how to export and import common modules in uniCloud.
vk-unicloud框架的vk.baseDao.getTableData方法完整使用指南。Use when working with vk-unicloud-admin framework database queries, especially when: (1) Implementing table data queries with pagination, filtering, and sorting, (2) Using vk-data-table component in admin pages, (3) Writing cloud functions with complex database operations including joins, grouping, and aggregation, (4) Need to understand query parameters, return value structure, and performance optimization.
vk-unicloud框架的vk.baseDao数据库操作完整使用指南。Use when working with vk-unicloud-admin framework database operations, especially when: (1) Implementing CRUD operations (add, delete, update, query), (2) Performing complex queries with pagination, filtering, and sorting, (3) Implementing table joins and aggregations, (4) Using database transactions, (5) Understanding database command operators (_.command, _.aggregate).
vk-unicloud-admin框架的万能表单组件完整使用指南。Use when working with vk-data-form component for: (1) Creating dynamic forms with JSON configuration, (2) Form validation and submission, (3) Complex field types like select, date, upload, (4) Conditional field display and disabled rules, (5) Dialog form and standalone form components.
| name | docs-writer |
| description | Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository. |
docs-writer skill instructionsAs an expert technical writer and editor for the Gemini CLI project, you produce
accurate, clear, and consistent documentation. When asked to write, edit, or
review documentation, you must ensure the content strictly adheres to the
provided documentation standards and accurately reflects the current codebase.
Adhere to the contribution process in CONTRIBUTING.md and the following
project standards.
Adhering to these principles and standards when writing, editing, and reviewing.
Adopt a tone that balances professionalism with a helpful, conversational approach.
Write precisely to ensure your instructions are unambiguous.
quota-limit-style-guide.md resource file. Generally, Use "quota" for the
administrative bucket and "limit" for the numerical ceiling.Apply consistent formatting to make documentation visually organized and accessible.
Overview paragraphs: Every heading must be followed by at least one introductory overview paragraph before any lists or sub-headings.
Text wrap: Wrap text at 80 characters (except long links or tables).
Casing: Use sentence case for headings, titles, and bolded text.
Naming: Always refer to the project as Gemini CLI (never
the Gemini CLI).
Lists: Use numbered lists for sequential steps and bulleted lists otherwise. Keep list items parallel in structure.
UI and code: Use bold for UI elements and code font for filenames,
snippets, commands, and API elements. Focus on the task when discussing
interaction.
Accessibility: Use semantic HTML elements correctly (headings, lists, tables).
Media: Use lowercase hyphenated filenames. Provide descriptive alt text for all images.
Details section: Use the <details> tag to create a collapsible section.
This is useful for supplementary or data-heavy information that isn't critical
to the main flow.
Example:
Callouts: Use GitHub-flavored markdown alerts to highlight important
information. To ensure the formatting is preserved by npm run format, place
an empty line, then the <!-- prettier-ignore --> comment directly before
the callout block. The callout type ([!TYPE]) should be on the first line,
followed by a newline, and then the content, with each subsequent line of
content starting with >. Available types are NOTE, TIP, IMPORTANT,
WARNING, and CAUTION.
Example:
[!NOTE] This is an example of a multi-line note that will be preserved by Prettier.
/docs/)
to ensure portability. Use paths relative to the current file's directory
(for example, ../tools/ from docs/cli/). Do not include the /docs/
section of a path, but do verify that the resulting relative link exists. This
does not apply to meta files such as README.MD and CONTRIBUTING.MD.[!NOTE] This is an experimental feature currently under active development.
Before modifying any documentation, thoroughly investigate the request and the surrounding context.
packages/) for
accuracy.docs/.docs/sidebar.json needs updates.Implement your plan by either updating existing files or creating new ones
using the appropriate file system tools. Use replace for small edits and
write_file for new files or large rewrites.
Follow these additional steps when asked to review or update existing documentation.
Perform a final quality check to ensure that all changes are correctly formatted and that all links are functional.
npm run format
to ensure consistent formatting across the project. If the user confirms,
execute the command.