← all publishers

0xkangl

@0xkangl source repo

10 published skills

  1. Codebase Audit · 0xkangl bundle
    Multi-agent codebase audit / 代码库审计 spanning architecture, performance/scalability, code quality, security, testing, dependencies/debt, maintainability/observability, build/deploy/infra, and conventions compliance (against the code-conventions skill), plus conditional dimensions — frontend a11y/i18n on web stacks, per-endpoint-group interface audit(接口审计)when an HTTP service is detected, and per-business-flow audit(业务流程审计)whenever important flows are identified (any project type): scopes the target, fans out parallel auditors, adversarially verifies every finding to cut false positives, then synthesizes two standalone documents — 审计报告 + 按严重度问题汇总。只发现与整理问题,不产出修复方案;issues-report 可交下游 remediate-suggest skill 补推荐方案(完成时提示、不自动调用)。
    0
    installs
  2. Agents Scaffold · 0xkangl bundle
    Scaffolds a multi-repo (polyrepo) workspace, adds web / server / client / custom modules to an existing one, or initializes a standalone single-repo project in place from one template. Sets up the spec-center SSOT plus per-module repos (or a single repo's in-repo specs/contracts) with shared CLAUDE.md conventions via a zero-dependency Node script.
    0
    installs
  3. Remediate Apply · 0xkangl bundle
    手动触发的「问题&推荐方案文档 → 逐条落地修复」执行器。接收一份 remediation 文档(典型如 remediate-suggest 产出的 *-remediation.md,或任意带推荐方案的 finding 清单),按原文档顺序逐个派独立 subagent——每个在隔离 上下文里先复核该 finding 是否已被修复,再按选定方案改代码、跑测试、修复后验证、提交(一问题一 commit),并在 文档对应块回写状态标签。多方案无明确的方案选择表达(字段名不限,`[推荐]` 标记不算人工选择)时不臆测推荐项, 标「待人工选定」后跳过该条、继续下一条。代码修复提交;remediation 文档的标签更新只写回、不提交。
    0
    installs
  4. Code Conventions · 0xkangl bundle
    Use when writing or modifying code, maintaining project documentation, configuring Git workflows or ignore rules, preparing commits, or deploying services. Routes to conventions for APIs, logging, testing, errors, configuration and secrets, security, containers, database migrations, releases, code style, and Go, Python, TypeScript/JavaScript, Rust, React, or Flutter/Dart.
    0
    installs
  5. Diagnose And Fix · 0xkangl
    "诊断优先"的问题修复 skill。Use when 用户报告一个根因不明、需先定位再动手的问题(疑难 bug、隐蔽的行为异常、性能/并发问题、架构或安全隐患),而非一眼可改的简单修复时。简单机械的改动或已有明确方案的修复不必走本 skill。 接收一个问题(自由文本、issue 编号,或问题列表文件 + 编号),先侦察项目、追踪相关代码、验证问题是否真实存在,产出结构化【诊断报告】(代码分析、根本原因、影响范围、修复方案);用户选定方案后再执行修复 → 测试 → 修复后验证 → 提交。 若输入是问题列表,修复后只在文件内标记 resolved、不提交该变更;要批量循环处理整个问题列表请用 diagnose-and-fix-batch skill。
    0
    installs
  6. New Skill · 0xkangl
    按本仓库约定在 skills/ 下创建一个新 skill——收集定位与触发方式,生成符合规范的 SKILL.md(frontmatter 规则、description 句式判定),并同步 README 的「Skills 一览」表与 npx skills add 命令块。用法:/new-skill <skill-name> [一句话定位]。
    0
    installs
  7. Remediate Suggest · 0xkangl bundle
    手动触发的「审计问题清单 → 推荐修复方案」分析器。接收 codebase-audit 生成的 issues-report 文档,按问题根因/维度把 findings 分组, 每组派一个独立 subagent——加载 code-conventions skill 作规范基准,对每条 finding 做存在性复核(含「关联问题修复后是否仍存在」), 再产出标准推荐方案结构的 suggest 字段(整体方案 + 落点 + 实现细节与注意事项 + 改动量)。 主 agent 合并产出与输入同目录的 <issues 文档名>-remediation.md(带 suggest 的镜像)。 同目录已有该产物时自动进入追加模式——只补原报告里尚未进 remediation 的 finding,原地更新; 同目录存在未合并的 <issues 文档名>-remediations/ 片段时自动续传——复用有效片段,只重派缺失的组。 只分析不修复:不改被审代码、不跑测试、不提交;产物可交下游 remediate-apply skill 逐条落地修复。
    0
    installs
  8. Skill Check · 0xkangl
    Use when preparing to commit changes in this repo, after adding/renaming/removing a skill, or when asked to verify skill integrity — runs the repo's pre-commit checklist (SKILL.md name/dir match, cross-skill content-level references, dead links, README sync, agents-scaffold tests).
    0
    installs
  9. Diagnose And Fix Batch · 0xkangl
    手动触发的「问题列表批量修复」编排器。接收问题列表文件(.md/.json/.yaml/.txt)和可选编号,把未修复问题排成队列, 逐个派发独立 subagent——每个 subagent 在隔离上下文里调用 diagnose-and-fix skill 完成单问题的「诊断 → 选方案 → 修复 → 测试 → 修复后验证 → 提交代码 → 标记列表」全流程,再回收结构化结果。 **强依赖 diagnose-and-fix skill**(按 skill 名调用,单问题流程与终态均由其定义)。问题列表只标记 resolved、不提交(提交时机由用户掌控)。 支持不填编号(自动检测未修复)、单个或多个编号。
    0
    installs
  10. Engineering Guidelines · 0xkangl bundle
    Use when implementing features, fixing bugs, or refactoring code to calibrate scope, autonomy, implementation complexity, and verification.
    0
    installs