بنقرة واحدة
audit-plan
Review a plan before implementation. Use only when user instructs or other skill references.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review a plan before implementation. Use only when user instructs or other skill references.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Standard workflow to implement a plan. Use only when user instructs or other skill references.
Manage interactive or persistent terminal sessions. Must use before running these sessions, like start a dev server, SSH, REPL, ...
Guidelines to help you write code smartly by using workers. Only use
Disciplined diagnosis loop for hard bugs and performance regressions. Use only when user instructs or other skill references.
Workflow to transform vague ideas into validated designs and stepped implementation plans. Use only when user instructs or other skill references.
Inspect Git history and uncommitted changes to obtain delta in blueprint.
| name | audit-plan |
| description | Review a plan before implementation. Use only when user instructs or other skill references. |
Review the plan against its purpose, and optimize the plan for maintainability.
ask tool: "Audit failed, flaw found: (explanation). Fix options (possible fix paths)?". If the user answers yes, patch the plan with the changes.Design section.ask tool with a summary of the changes you will make, then patch the plan according to the user's response.After all steps, report back only:
You must not present the problems found or patches made in your final response, all problems should be addressed in step 2, 3, and 4.
What should the public interface look like? Which behaviors are most important to test?
You can't test everything. Focus testing effort on critical paths and complex logic, not every possible edge case.