gdocs-audit-report
仓库创建 2025年2月1日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
封装了审计报告常见样式与 Docs API 的实务要点,节省排版工作。
▸ 风险提示
需要使用 Google 服务帐号凭据,涉及敏感权限。
这个 Skill 做什么
通过 Google Docs API 自动创建和格式化安全审计报告文档。
用 Google Docs API 自动创建和修整安全审计报告:能写文档、调整样式、生成摘要表、格式化代码块并处理交叉引用和严重性配色。当你需要把审计结果放进正式的 Docs 文档里、避免格式和索引跑位时就用它。它把常见的坑(比如索引漂移、段落背景、锚点链接)都考虑好了,适合程序化维护审计文档。
▸ 展开 SKILL.md 英文原文
Expert skill for creating, formatting, and maintaining security audit reports in Google Docs via the Docs API. Use when asked to write, update, style, or fix an audit report document - including finding formatting, summary tables, inline code styling, bullet conversion, cross-reference hyperlinks, and severity color schemes. Covers auth, index-drift safety, and all common formatting pitfalls.
119
Stars
28
Forks
14
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/forefy/.context/main/skills/gdocs-audit-report/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/forefy/.context/main/skills/gdocs-audit-report/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Google Docs Security Audit Report ## Overview This skill provides patterns, constants, and gotcha-avoidance for building and maintaining security audit reports in Google Docs using the Docs API (service account auth). It encodes hard-won lessons around index drift, code styling multi-pass, paragraph vs text backgrounds, heading anchor URLs, and cross-reference linking. Always read `references/api-patterns.md` and `references/formatting-standards.md` before writing any script. ## Workflow ``` 1. Auth → make_token() from scripts/gdocs_auth.py 2. get_doc() → fresh snapshot before EVERY batch of edits 3. Build ops → sort ALL ops highest-index-first 4. do_batch() → send
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有