boonsook-pos-guardrails
仓库创建 2026年4月4日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适用于该仓库的敏感改动与审核场景,降低线上风险。
这个 Skill 做什么
为 Boonsook POS 代码库提供操作与变更的守护准则与流程。
为 Boonsook POS 代码库制定的操作与变更守则,适合在 boonsook-pos-v5 的 GitHub 工作区做 bug 修、UI、支付或设置改动时参考。强调做小范围、可验证的改动,避免随意重构和猜测现有行为,改动前后都要保留并验证原有业务逻辑。目的就是把线上收银系统当活生生的业务工具来小步改进、降低风险。
▸ 展开 SKILL.md 英文原文
Guardrail workflow for fixing, reviewing, or modifying the Boonsook POS codebase. Use when working in the boonsook-pos-v5 GitHub workspace, especially for bug fixes, UI changes, service worker/cache changes, settings/user modules, payment/cart/order flows, deployment checks, git staging/commits, or any task where Codex should avoid guessing, preserve existing behavior, and verify changes before reporting done.
0
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/boonsook/boonsook-pos-v5/main/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/boonsook/boonsook-pos-v5/main/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Boonsook POS Guardrails > **Canonical protocol:** อ่าน [`IMPLEMENT_TEAM_PROTOCOL.md`](IMPLEMENT_TEAM_PROTOCOL.md) + [`SESSION_START_SHARED.md`](SESSION_START_SHARED.md) ก่อนเริ่มทุก session (ไฟล์นี้เป็น guardrail companion ไม่ใช่ session entrypoint) ## Operating Rule Treat this POS codebase as a live business tool. Prefer narrow, verified changes over clever broad rewrites. Before editing, build enough local context to name the expected behavior, current behavior, likely cause, and files to touch. ## Highest-Risk Areas (treat as blocking) This system handles real money, full double-entry accounting, and multi-tenant customer data. Be especially strict here (detail in `project-patterns
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有