studio-feedback
仓库创建 2026年3月2日最近提交 20 小时前SkillHot 收录 5 小时前
▸ 精选理由
强调本地预览与不自动上传,适合谨慎提交问题的场景。
这个 Skill 做什么
生成供用户审核的 GitHub Bug/功能反馈报告,但不自动提交。
把一条要发到 GitHub 的 Bug 或功能请求先在本地整理成可读的报告,显示出会发送哪些内容并等待你确认再动下一步。适合你想“把问题写清楚但不直接提交”的时候,尤其需要把诊断信息先让人审阅的场景。特别之处是绝不在后台提交、发表评论或调用 GitHub API,一切都由用户最后决定是否发出。
▸ 展开 SKILL.md 英文原文
Prepare a user-reviewed Architecture Studio bug report or feature request for GitHub. Use when the user runs /as:studio-feedback, says "report a bug", "this skill broke", "send feedback", or requests a feature. Do not use for Claude Code's native /feedback command.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/studio-feedback/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/studio-feedback/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /as:studio-feedback — Prepare a GitHub report Prepare a report locally, show exactly what would leave the machine, and open GitHub only after one informed confirmation. Never submit the issue, post a comment, call the GitHub API, or transmit diagnostics in the background. ## 1. Choose the report type Infer `bug` or `feature` when the request is clear. Otherwise use one `AskUserQuestion` gate to choose the type; do not first ask the same question in prose. Use these issue forms and labels: - Bug: `bug-report.yml`, label `bug`; fields `version`, `os`, `skill`, `what-happened`, `expected`. - Feature: `feature-request.yml`, label `enhancement`; fields `version`, `skill`, `problem`, `propo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有