·logic-procedures
</>

logic-procedures

poletron/custom-rules

PL/pgSQL 业务逻辑过程和最佳实践触发器:编写存储过程或数据库逻辑时。

4安装·0热度·@poletron

安装

$npx skills add https://github.com/poletron/custom-rules --skill logic-procedures

SKILL.md

Encapsulate complex business logic within the database using Stored Procedures and Functions to ensure consistency, reducing round-trips and enforcing data integrity closer to the source.

2.1 Standard Header & idempotent Creation Always use CREATE OR REPLACE to allow easy redeployment. Include a standard header block.

3.1 Error Handling Use EXCEPTION blocks to handle errors gracefully or re-raise them with context. Standardize error messages.

PL/pgSQL 业务逻辑过程和最佳实践触发器:编写存储过程或数据库逻辑时。 来源:poletron/custom-rules。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/poletron/custom-rules --skill logic-procedures
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 logic-procedures?

PL/pgSQL 业务逻辑过程和最佳实践触发器:编写存储过程或数据库逻辑时。 来源:poletron/custom-rules。

如何安装 logic-procedures?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/poletron/custom-rules --skill logic-procedures 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/poletron/custom-rules