一键导入
bms-poc
Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Performs a harsh but constructive code review of a file or set of files. Use when asked to review, critique, or give feedback on code quality.
Evaluates whether a GitHub repository (tool, library, or framework) is worth adopting for the current project. Use when given a GitHub repo URL to assess as a potential dependency or tool.
Analyzes a GitHub issue by fetching its details and exploring the relevant codebase to identify the root cause and suggest solutions. Use when given a GitHub issue URL to investigate.
Proofreads a blog post for clarity, balance, and general quality. Use when asked to proofread, review, or critique a blog post or article.
Summarize diary entries for a given time period
Review open review comments on a GitHub PR, agree a fix with the user, apply the change, commit, push, and mark the thread resolved.
| name | bms:poc |
| description | Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns. |
Implement the smallest possible working solution to prove a concept. This skill is about speed and signal -- not production readiness.
If the PoC is intended to fit within an existing project, use the Task tool with the explore agent to understand the relevant context:
Skip this step if the PoC is a standalone script or has no relation to an existing codebase.
Before writing any code, state clearly:
poc-[subject]-plan.txtWrite the code. Adhere strictly to the principles above:
After writing the code, provide the exact command(s) needed to run the PoC and observe the result. If there are prerequisites (install a dependency, set an env var, have a file present), state them plainly.
Do not describe what the code does line by line. Show the command and the expected output. Let the code speak.
print statement is sufficient.