·common-technical-practices
</>

common-technical-practices

tencentblueking/bk-ci

通用技术实践指南,涵盖 AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志等后端开发中的常见技术实践。当用户需要实现横切关注点、处理并发控制、配置重试策略、添加性能监控或实现审计功能时使用。

25Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill common-technical-practices

SKILL.md

本 Skill 涵盖了 BK-CI 后端开发中常用的 7 大通用技术实践,这些技术是横跨多个模块的 横切关注点(Cross-Cutting Concerns),与 Spring Boot 框架紧密集成。

| AOP 切面编程 | 拦截器、日志切面、权限切面 | [1-aop-aspect.md] | | 分布式锁 | Redis 锁、并发控制、死锁预防 | [2-distributed-lock.md] | | 重试机制 | 重试策略、退避算法、幂等性 | [3-retry-mechanism.md] | | 参数校验 | JSR-303 注解、自定义校验器 | [4-parameter-validation.md] | | 性能监控 | Micrometer 指标、Prometheus | [5-performance-monitoring.md] | | 定时任务 | Spring Scheduled、分布式调度 | [6-scheduled-tasks.md] |

| common-technical-practices (本 Skill) | 框架级实践 | 如何在 Spring Boot 中使用这些技术 | AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志 | | utility-components | 工具级组件 | 如何使用特定的工具类和组件 | JWT 认证、表达式解析、线程池使用、责任链实现 |

通用技术实践指南,涵盖 AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志等后端开发中的常见技术实践。当用户需要实现横切关注点、处理并发控制、配置重试策略、添加性能监控或实现审计功能时使用。 Source: tencentblueking/bk-ci.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill common-technical-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is common-technical-practices?

通用技术实践指南,涵盖 AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志等后端开发中的常见技术实践。当用户需要实现横切关注点、处理并发控制、配置重试策略、添加性能监控或实现审计功能时使用。 Source: tencentblueking/bk-ci.

How do I install common-technical-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill common-technical-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tencentblueking/bk-ci