autsachi
- 8 skills
- 0 followers
- 4 hours ago last updated
- ▌ Scrutinize · autsachi bundleตรวจสอบ plan, PR, diff, design document หรือ code change แบบ end-to-end จากมุมมองคนนอก โดยทบทวน intent มองหาวิธีที่เล็กกว่า ไล่ actual code path และยืนยันว่า change ทำตามที่กล่าวอ้างจริง ใช้เมื่อผู้ใช้ขอ review, audit, sanity-check, second opinion, ตรวจแผน หรือตรวจความเสี่ยงก่อน merge โดย default ให้รายงานอย่างเดียวและไม่แก้ไฟล์
- ▌ Post Mortem · autsachi bundleเขียน engineering post-mortem หรือ RCA ของ bug ที่แก้และ validate แล้ว โดยบันทึก symptom, root cause, กลไกของปัญหา, fix, validation และเหตุที่หลุดรอด ใช้เมื่อผู้ใช้ขอ post-mortem, root cause analysis, RCA, สรุปสาเหตุหลังแก้บั๊ก หรือทำเอกสารปิดงาน ห้ามใช้แทน incident report และห้ามเขียนจากสมมติฐานที่ยังไม่ยืนยัน
- ▌ Commit Message · autsachi bundleเขียน commit message คุณภาพดีจาก file diff โดยใช้รูปแบบ Conventional Commits และใช้ภาษาไทยเป็นหลัก ยกเว้นคำศัพท์เฉพาะหรือคำที่ไม่ควรแปลให้ทับศัพท์ เช่น git diff, staged changes, scope, breaking change. ใช้เมื่อผู้ใช้ขอ commit message, commit title, commit body, Conventional Commit หรือต้องการให้ Codex อ่าน git diff/staged changes แล้วสรุปเป็น commit.
- ▌ Repo Next Task · autsachi bundleInspect a software repository and recommend the most valuable next implementation task from current state, recent commits, roadmaps, TODOs, and issue context. Use when the user asks what to do next, asks to inspect the next task, requests backlog prioritization, or says phrases such as "ดูงานถัดไป", "ควรทำอะไรต่อ", or "next task". This is a read-only planning workflow unless the user separately asks to implement.
- ▌ Management Talk · autsachi bundleแปลงข้อมูล engineer-to-engineer เป็นอัปเดตที่ชัดเจนสำหรับ engineering leadership, PM, director, release manager หรือผู้บริหาร และปรับรูปแบบให้เหมาะกับ JIRA, Slack, async standup, email หรือ meeting talking points ใช้เมื่อผู้ใช้ขอ executive summary, leadership update, status update, สรุปให้ผู้บริหาร, ลดศัพท์เทคนิค หรือเรียบเรียงข้อความวิศวกรรมสำหรับช่องทางสื่อสาร
- ▌ Git Deliver Work · autsachi bundleSafely verify, stage, commit, and optionally push current Git work. Use when the user explicitly asks to commit, push, commit and push, save the current changes, or publish the current branch without creating a pull request. Do not use for message-only requests, release workflows, history rewriting, force pushes, or pull request creation.
- ▌ Git Flow Release · autsachi bundlePrepare, finish, and publish a repository release that follows Git Flow, with or without an explicit SemVer version. Use when the user asks to create or finish a release branch, infer the next release version, merge a release into the production and development branches, create and push a release tag, or publish the completed Git Flow refs. Do not use for ordinary commits or pushes, pull requests, release-notes-only work, deployments without a Git release, history rewriting, or force-pushes.
- ▌ Audit Product Experience · autsachi bundleAudit a product experience before changing UI code. Use for UX reviews, responsive behavior, mobile/tablet/desktop or device-specific experiences, confusing flows, duplicated views or modes, reader/editor layouts, control density, gestures, navigation, and interface simplification. Establish user goals, usage contexts, capability boundaries, and an interaction contract first; require an approved mockup before structural UI changes; implement only when explicitly authorized.