Skip to main content
GitHub 仓库

IronCode

IronCode 收录了来自 KSD-CO 的 26 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
26
Stars
11
更新
2026-05-07
Forks
1
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cavecrew
软件开发工程师

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is caveman-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use cavecrew", "spawn investigator/builder/reviewer", "save context", "compressed agent output".

2026-05-07
caveman-help
软件开发工程师

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

2026-05-07
caveman
市场调研分析师与营销专员

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

2026-05-07
compress
校对员和文稿标注员

Compresses natural language files (markdown, text) into caveman-speak to reduce input token usage ~46%. Backs up original before overwriting. Only touches prose — code blocks stay exact. Trigger: /caveman:compress <filepath>, or user asks to compress a memory/doc file.

2026-05-07
code-audit
信息安全分析师

White-box code security audit. 5-phase protocol covering 55+ vulnerability types across 9 languages (Java, Python, Go, PHP, JS/TS, C/C++, C#, Ruby, Rust) and 10 security dimensions (D1-D10). Dual-track model: sink-driven + control-driven. Taint analysis, anti-hallucination verification. Writes CODE-AUDIT.md — read-only, no code changes. Human triages findings. Integrates Semgrep MCP when available.

2026-04-27
security-review
信息安全分析师

Security-focused code review. Scans the current branch diff for vulnerabilities: injection, broken auth, authorization bypasses, cryptographic weaknesses, sensitive data exposure, and supply chain risks. Writes findings to SECURITY-REVIEW.md — read-only, no code changes. Human decides what to fix. Integrates Semgrep MCP when available.

2026-04-26
web-scan
信息安全分析师

Active web security scanner. Probes a live URL for security misconfigurations, exposed sensitive files, HTTP security headers, SSL/TLS issues, CORS policy, and information disclosure. Uses only curl + python3 — no extra tools needed. Only scan targets you own or have explicit written authorization to test.

2026-04-26
qa-browse
软件质量保证分析师与测试员

Systematically QA test a web application using Playwright MCP. Use when asked to "qa", "QA", "test this site", "find bugs", "dogfood", or review quality. Modes: diff-aware (auto on feature branches), full, quick, regression. Produces structured report with health score, screenshots, and repro steps.

2026-03-18
debug
软件开发工程师

Systematic debugging. Use when encountering any bug, test failure, or unexpected behavior — before proposing fixes. Four phases: root cause investigation, pattern analysis, hypothesis testing, implementation. No fixes without root cause first. Use especially when under pressure or after multiple failed fix attempts.

2026-03-17
tdd
软件质量保证分析师与测试员

Test-driven development. Use when implementing any feature, bugfix, or refactor. Enforces RED-GREEN-REFACTOR: write a failing test first, write minimal code to pass, refactor. Deletes code written before tests. No production code without a failing test first.

2026-03-17
verify
软件质量保证分析师与测试员

Verification before completion. Use before claiming work is done, tests pass, bugs are fixed, or builds succeed. Requires running the actual verification command and reading the output before making any success claim. Evidence before assertions, always.

2026-03-17
qa-api
软件质量保证分析师与测试员

Systematic REST/GraphQL API testing. Use when the project is a backend API without a web UI — or when asked to "test the API", "QA endpoints", "check the routes". Discovers routes from source code, tests every endpoint with valid/invalid/edge-case payloads, checks auth, validates response schemas, and produces a structured report with pass/fail evidence.

2026-03-17
browse
软件质量保证分析师与测试员

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. Use when you need to test a feature, verify a deployment, dogfood a user flow, or file a bug with evidence. Powered by Playwright.

2026-03-17
document-release
软件开发工程师

Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/AGENTS.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION.

2026-03-17
qa-only
软件质量保证分析师与测试员

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead.

2026-03-17
qa
软件质量保证分析师与测试员

Systematically QA test a web application using Playwright. Use when asked to "qa", "QA", "test this site", "find bugs", "dogfood", or review quality. Four modes: diff-aware (automatic on feature branches — analyzes git diff, identifies affected pages, tests them), full (systematic exploration), quick (30-second smoke test), regression (compare against baseline). Produces structured report with health score, screenshots, and repro steps.

2026-03-17
retro
计算机与信息系统经理

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas.

2026-03-17
ceo-review
市场营销经理

Founder mode. Rethink the problem before writing code. Find the 10-star product hiding inside the request. Do not take the feature request literally — ask what the user is actually trying to accomplish, then propose the version that feels inevitable.

2026-03-16
code-review
软件质量保证分析师与测试员

Pre-landing PR review for the IronCode monorepo. Analyzes diff against dev for type safety holes, race conditions, missing error handling, Bun-specific pitfalls, and structural issues that pass CI but break in production.

2026-03-16
code-ship
软件开发工程师

Ship a ready branch. Syncs with dev, runs format and typecheck, runs tests, pushes, and opens a PR. For a ready branch, not for deciding what to build. Follows IronCode conventions: branch from dev, format with Prettier, typecheck before push.

2026-03-16
eng-review
软件开发工程师

Tech lead mode. Lock in architecture, data flow, state model, failure modes, edge cases, security boundaries, and test matrix. Use after product direction is decided (after /ceo-review). Produces diagrams and an implementation plan with named files.

2026-03-16
ceo-review
首席执行官

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Three modes: SCOPE EXPANSION (dream big), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials).

2026-03-16
code-review
软件开发工程师

Pre-landing PR review. Analyzes diff against dev for type safety, error handling, injection vectors, concurrency issues, and other structural problems that tests don't catch. Two-pass review: critical (blocking) + informational.

2026-03-16
code-ship
软件开发工程师

Ship workflow: merge dev, run tests + typecheck, review diff, update CHANGELOG, commit bisectable chunks, push, create PR. Fully automated — user says /code-ship and the next thing they see is the PR URL.

2026-03-16
eng-review
软件开发工程师

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations.

2026-03-16
bun-file-io
软件开发工程师

Use this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in this repo. It also notes when to use filesystem helpers for directories.

2026-02-26