安然的尾巴 avatar

安然的尾巴

Community

@lldwb

4Followers
|
26Public Repos
|
27Published Skills

个人开发者

Skills Distribution
DomainDeveloper To...Git 版本控制与提交管理 (35%)代码质量与重构 (25%)缺陷诊断与日志排查 (20%)文档与规范同步 (12%)

Agent Skills by 安然的尾巴

Showing 27 vetted skills indexed across 1 GitHub repositories.

lldwblldwb
1

commit-review

Reviews git commits across seven quality dimensions with evidence-backed conclusions.

Community
Advanced
lldwblldwb
1

opencode-batch

Orchestrates parallel multi-module refactoring via git worktrees and opencode CLI subagents.

Community
Advanced
lldwblldwb
1

feature-dev

Implements full-lifecycle feature development from requirements analysis through verified git commits.

Community
Advanced
lldwblldwb
1

session-summary

Summarizes Claude Code sessions and feeds lessons back into skills and AGENTS.md files.

Community
Advanced
lldwblldwb
1

db-query

Query PostgreSQL-compatible databases with enforced read-only production access and audit-file output.

Community
Advanced
lldwblldwb
1

git-rollback

Rolls back Git branches to historical commits via interactive reset or revert with confirmation safeguards.

Community
Intermediate
lldwblldwb
1

log-diagnose

Diagnose production errors by pulling Kibana logs via trace_id and classifying root causes.

Community
Advanced
lldwblldwb
1

module-batch

Orchestrates parallel multi-module code changes using isolated git worktrees and subagents.

Community
Advanced
lldwblldwb
1

commit-create

Organizes working tree changes into single-responsibility local git commits with Chinese messages.

Community
Intermediate
lldwblldwb
1

unit-test

Generates and repairs unit tests covering logic branches, boundaries, and exception paths.

Community
Intermediate
lldwblldwb
1

code-optimize

Optimizes small-scope code for readability and performance while preserving external behavior.

Community
Intermediate
lldwblldwb
1

mr-create

Generate merge request descriptions from branch commits and create MRs via gh or glab.

Community
Advanced
lldwblldwb
1

frontend-error-diagnose

Diagnose frontend errors by reproducing them with browser MCP and collecting console, network, and stack evidence.

Community
Advanced
lldwblldwb
1

git-worktree

Create, list, remove, and migrate Git worktrees under a unified directory convention.

Community
Intermediate
lldwblldwb
1

git-clean-branches

Identifies and deletes merged or stale Git branches after user confirmation.

Community
Intermediate
lldwblldwb
1

nas-disk-diagnostic

Diagnose NAS disk health over SSH and generate visual SMART reports.

Community
Advanced
lldwblldwb
1

comment-supplement

Completes and corrects code comments without modifying any business logic or public contracts.

Community
Intermediate
lldwblldwb
1

check-rule-extract

Extracts pre-operation validation rules from Controllers into an Excel workbook via parallel subagents.

Community
Advanced
lldwblldwb
1

git-history-rewrite

Rewrites existing Git commits through splitting, rewording, reordering, deletion, and timestamp restoration.

Community
Advanced
lldwblldwb
1

i18n-transform

Converts hardcoded UI and backend message strings into resource-file-driven i18n keys.

Community
Advanced
lldwblldwb
1

repo-init

Generates AGENTS.md agent guidance and a CLAUDE.md pointer for git repositories.

Community
Advanced
lldwblldwb
1

project-explain

Explains project concepts by reading code and citing real file locations.

Community
Intermediate
lldwblldwb
1

doc-sync

Synchronizes documentation with actual code behavior using read-only subagent verification.

Community
Intermediate
lldwblldwb
1

app-packaging

Build and distribute cross-platform application artifacts via CI with checksums and Release attachments.

Community
Advanced

Frequently Asked Questions About 安然的尾巴

FAQPage Schema
lldwb 的技能集能完成哪些具体研发任务?

覆盖 Git 提交创建、提交评审、分支回滚、历史改写、worktree 管理、MR/PR 生成,以及 bug 修复、小范围优化、结构重构、单元测试生成、注释补齐、国际化改造、文档同步、日志诊断、前端报错复现、数据库只读查询和应用打包分发。

这些技能面向哪类使用者?

面向使用 Claude Code 的中文研发工程师与个人开发者,尤其适合需要规范化提交信息、多模块并行改造、线上问题排查(trace_id + Kibana + PostgreSQL 只读核查)以及维护 AGENTS.md 项目规范的后端与全栈工程师。

如何在实际项目中运行这些技能?

将技能目录放入 Claude Code 技能路径后,通过自然语言触发对应场景(如"评审这次提交""把分支回滚到某版本")。db-query 需按 config.example.json 模板创建 db-query.config.json;log-diagnose 需配置 Kibana 多环境访问;mr-create 依赖 gh 或 glab。

这些技能是否收费,许可模式是什么?

该仓库为个人开发者(lldwb)公开发布的 Claude Code 技能集合,托管于其 GitHub 账号(26 个公开仓库),可直接克隆使用;清单中未声明付费项或商业许可限制,具体授权条款以仓库内 LICENSE 文件为准。

使用这些技能需要哪些前置依赖?

核心依赖为 Git 与 Claude Code 环境;db-query 需要 psycopg2 与 PostgreSQL 协议兼容库(如 GaussDB)连接凭据;log-diagnose 需要 Kibana 访问;frontend-error-diagnose 需要浏览器 MCP;opencode-batch 需要 opencode CLI 与已入库的 .opencode 配置;nas-disk-diagnostic 需要 SSH 访问 Synology NAS。