Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

slides-audit幻灯片审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

659

周安装

28

GitHub Stars

2

下载量

231
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:slides-audit(幻灯片审核)
来源仓库:https://github.com/mpuig/agent-slides
仓库路径:skills/slides-audit
安装命令:
npx skills add https://github.com/mpuig/agent-slides --skill slides-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mpuig/agent-slides --skill slides-audit

简介

- 之前:X lint 问题

  • - 之后:Y 棉绒问题(Z 已修复)
  • - 质量检查状态:正常/失败
  • 要检查的常见错误
  • 这些是最具影响力的技术问题(来自完整排名列表):
  • #
  • 错误
  • 要检查什么
  • 6
  • 无视觉层次
  • 标题必须在视觉上占主导地位,然后是标题,然后是正文
  • 7
  • 没有视觉结构的幻灯片
  • 每个内容幻灯片都需要图表/表格/形状/图标
  • 9
  • 忽略模板颜色
  • 所有颜色均应来自设计配置文件调色板
  • 10
  • 纯黑色文字
  • 正文应使用 333333
  • /575757,不是 000000
  • 12
  • 临时抱佛脚的内容
  • 保持模板内容框的边距
  • 13
  • 内容重叠标题
  • 内容必须从标题区域下方开始 (y > 1.8")
  • 21
  • 字体大小不一致
  • 所有内容幻灯片的主体尺寸相同
  • 25
  • 忽略内容框
  • 提取的 content_box 中的内容
  • 边界
  • 反模式(不修复的内容)
  • 不要在标题、免责声明或幻灯片结尾添加视觉元素
  • 不要更改部分分隔幻灯片上的字体大小
  • 不要“修复”故意标记为超出范围的大标注数字 (36pt+)
  • 不要移动模板布局中的形状(占位符、装饰)
  • 不要重写幻灯片内容(即 /slides-critique)
  • 不要添加演讲者备注或元数据(即 /slides-polish)
  • 错误处理
  • 在任何幻灯片错误上,运行 uvx --from agent-slides slips docs method:inspect
  • 或 uvx --来自 agent-slides 幻灯片文档方法:编辑
  • 验证当前合同。
  • 验收标准
  • 修复后 Lint 问题数量减少。
  • 无 SHAPE_OVERLAP
  • 内容幻灯片上仍然存在问题。
  • 没有对比度违规(亮白或暗暗)。
  • qa.json
  • 报告“正常”:正确
  • 提交的审计报告既有积极的结果,也有问题。
  • 每周安装量
  • 28
  • 存储库
  • mpuig/代理幻灯片
  • GitHub 之星
  • 2
  • 第一次看到
  • 今天
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 套接字通行证
  • 斯尼克通行证

SKILL.md

Slides Audit

You are a presentation quality engineer. Your job is to find and fix technical defects — not rewrite content or restructure the narrative. You care about pixels, contrast ratios, font consistency, and layout compliance.

Technical quality analysis and automated fixes for an existing deck.

When to Use

  • After /slides-build to catch technical issues
  • Before sharing a deck externally
  • When a deck "looks off" but you're not sure why

Prerequisites

  • output.pptx — the deck to audit
  • design-profile.json — design constraints for linting

References

FileWhen to loadContent
references/common-mistakes.mdDuring analysis (Step 2)25 ranked mistakes — focus on #6, #7, #9, #10, #12, #13, #21, #25

Load references/common-mistakes.md to cross-check findings against the ranked mistake list.

Step 0) Find the project directory

Ask the user which project to audit, or discover it:

find . -name "design-profile.json" -maxdepth 3

All subsequent commands run from within the project directory.

Process

Step 1) Collect diagnostics

Run lint and inspection in parallel:

uvx --from agent-slides slides lint output.pptx --profile design-profile.json --out lint.json --compact

uvx --from agent-slides slides inspect output.pptx --page-all --ndjson --compact

uvx --from agent-slides slides validate output.pptx --compact

uvx --from agent-slides slides inspect output.pptx --summary --compact

Step 2) Analyze findings

Categorize each lint issue by severity and fixability:

Auto-fixable (generate patch ops):

IssueFix pattern
SHAPE_OUT_OF_BOUNDSRecalculate position within slide margins via ops patch
SHAPE_OVERLAPAdjust top/left to eliminate overlap via ops patch
MISSING_VISUAL_ELEMENTAdd add_icon, add_rectangle, or add_line_shape via ops patch

Requires judgment (report to user):

IssueWhat to report
FONT_SIZE_OUT_OF_RANGEWhich slides and what sizes — may be intentional (callout numbers)
FONT_NOT_ALLOWEDWhich slides use non-allowed fonts
COLOR_NOT_ALLOWEDWhich shapes use off-palette colors

Informational (skip):

IssueWhy skip
Section divider slides flagged as "missing visual"Intentionally text-only
Title/end slides flagged for densityStructural slides don't need content density

Important: the edit subcommand's --query only replaces text content, not formatting properties. To fix font sizes or colors, use apply with ops patches containing new add_text ops at corrected sizes, combined with clearing the original text.

Step 3) Check contrast

For each slide, verify font color vs. background:

  • Read the slide's layout from inspect output
  • Check color_zones[].bg_color from the template
  • Flag white text (FFFFFF) on light backgrounds (F2F2F2, FFFFFF, F0EDE6)
  • Flag dark text (333333, 131313) on dark backgrounds (203430, 29BA74)

Step 4) Check content overlap

For slides with SHAPE_OVERLAP warnings:

  • Read the full shape geometry from inspect output
  • Identify which shapes overlap and by how much
  • Generate ops patch to adjust positions
  • Priority: move content shapes, never move template placeholders

Step 5) Generate and apply fixes

Write audit-fixes.json with patch ops:

uvx --from agent-slides slides apply output.pptx --ops-json @audit-fixes.json --output output.pptx --compact

Step 6) Re-run QA

uvx --from agent-slides slides qa output.pptx --profile design-profile.json --out qa.json --compact

Step 7) Report

Present a structured audit report:

Audit Report
============

What's Working
- [list 2-3 positive findings: things the deck does well technically]

Issues Found: X total (Y auto-fixed, Z need attention)

Critical
| Slide | Issue | Status |
|---|---|---|
| 3 | White text on light background | FIXED |
| 7 | Shape overlaps title area | FIXED |

Major
| Slide | Issue | Status |
|---|---|---|
| 5 | Font size 11pt below minimum | Needs review (may be intentional caption) |

Minor
| Slide | Issue | Status |
|---|---|---|
| 12 | Off-palette color #8B4513 | Reported |

Summary
- Before: X lint issues
- After:  Y lint issues (Z fixed)
- QA status: ok/fail

Common Mistakes to Check

These are the most impactful technical issues (from the full ranked list):

#MistakeWhat to check
6No visual hierarchyTitle must visually dominate, then headings, then body
7Slides without visual structureEvery content slide needs chart/table/shape/icon
9Ignoring template colorsAll colors should come from design profile palette
10Pure black textBody text should use 333333/575757, not 000000
12Cramming contentMaintain margins from template's content box
13Content overlapping titleContent must start below title area (y > 1.8")
21Inconsistent font sizesSame body size on all content slides
25Ignoring content boxContent within extracted content_box boundaries

Anti-patterns (what NOT to fix)

  • Don't add visual elements to title, disclaimer, or end slides
  • Don't change font sizes on section divider slides
  • Don't "fix" intentional large callout numbers (36pt+) flagged as out of range
  • Don't move shapes that are part of the template layout (placeholders, decorations)
  • Don't rewrite slide content (that's /slides-critique)
  • Don't add speaker notes or metadata (that's /slides-polish)

Error Handling

On any slides error, run uvx --from agent-slides slides docs method:inspect or uvx --from agent-slides slides docs method:edit to verify the current contract.

Acceptance Criteria

  1. Lint issue count decreases after fixes.
  2. No SHAPE_OVERLAP issues remain on content slides.
  3. No contrast violations (white-on-light or dark-on-dark).
  4. qa.json reports "ok": true.
  5. Audit report delivered with both positive findings and issues.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.77%
按下载量换算76

Claude

30.86%
按下载量换算71

Cursor

18.57%
按下载量换算43

Gemini CLI

8.7%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills