Agent Skills by 安然的尾巴
Showing 27 vetted skills indexed across 1 GitHub repositories.
commit-review
Reviews git commits across seven quality dimensions with evidence-backed conclusions.
opencode-batch
Orchestrates parallel multi-module refactoring via git worktrees and opencode CLI subagents.
feature-dev
Implements full-lifecycle feature development from requirements analysis through verified git commits.
session-summary
Summarizes Claude Code sessions and feeds lessons back into skills and AGENTS.md files.
db-query
Query PostgreSQL-compatible databases with enforced read-only production access and audit-file output.
git-rollback
Rolls back Git branches to historical commits via interactive reset or revert with confirmation safeguards.
log-diagnose
Diagnose production errors by pulling Kibana logs via trace_id and classifying root causes.
module-batch
Orchestrates parallel multi-module code changes using isolated git worktrees and subagents.
commit-create
Organizes working tree changes into single-responsibility local git commits with Chinese messages.
unit-test
Generates and repairs unit tests covering logic branches, boundaries, and exception paths.
code-optimize
Optimizes small-scope code for readability and performance while preserving external behavior.
mr-create
Generate merge request descriptions from branch commits and create MRs via gh or glab.
frontend-error-diagnose
Diagnose frontend errors by reproducing them with browser MCP and collecting console, network, and stack evidence.
git-worktree
Create, list, remove, and migrate Git worktrees under a unified directory convention.
git-clean-branches
Identifies and deletes merged or stale Git branches after user confirmation.
nas-disk-diagnostic
Diagnose NAS disk health over SSH and generate visual SMART reports.
comment-supplement
Completes and corrects code comments without modifying any business logic or public contracts.
check-rule-extract
Extracts pre-operation validation rules from Controllers into an Excel workbook via parallel subagents.
git-history-rewrite
Rewrites existing Git commits through splitting, rewording, reordering, deletion, and timestamp restoration.
i18n-transform
Converts hardcoded UI and backend message strings into resource-file-driven i18n keys.
repo-init
Generates AGENTS.md agent guidance and a CLAUDE.md pointer for git repositories.
project-explain
Explains project concepts by reading code and citing real file locations.
doc-sync
Synchronizes documentation with actual code behavior using read-only subagent verification.
app-packaging
Build and distribute cross-platform application artifacts via CI with checksums and Release attachments.
Frequently Asked Questions About 安然的尾巴
FAQPage Schemalldwb 的技能集能完成哪些具体研发任务?▼
覆盖 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。