Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

csv-managed

csv-managed 收录了来自 softwaresalt 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
1
更新
2026-05-21
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

build-feature
软件开发工程师

Usage: Build feature {spec-name} phase {phase-number}. Implements a single phase from the spec's task plan, iterating build-test cycles until the phase passes its constitution gate, then records memory, logs decisions, and commits.

2026-05-21
acquire-codebase-knowledge
软件开发工程师

Use this skill when the user asks to map, document, or onboard into an existing codebase. Produces structured documentation covering stack, structure, architecture, conventions, integrations, testing, and concerns. Only documents what is verifiable from files or terminal output — never infers or assumes.

2026-05-21
brainstorming
项目管理专家

Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before implementation.

2026-05-21
browser-automation
软件开发工程师

Browser automation skill. Drives agent-browser through structured navigate→snapshot→interact→re-snapshot flows with authentication support, form automation, visual verification, and explicit human checkpoints for external flows.

2026-05-21
changelog-generator
软件开发工程师

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.

2026-05-21
debugging
软件开发工程师

Systematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected.

2026-05-21
document-review
项目管理专家

Structural review of documents for gaps, clarity, completeness, and organization. Use when a brainstorm, plan, spec, ADR, or any doc needs polish before the next workflow step.

2026-05-21
harness-architect
软件开发工程师

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-21
harness-doctor
软件开发工程师

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-21
harvest
项目管理专家

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-21
mcp-builder
技术写作员

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services.

2026-05-21
meta-prompting
项目管理专家

Structured reasoning modifiers (/think, /verify, /adversarial, /edge, /confidence, /assumptions, etc.) to stress-test decisions, surface assumptions, or enumerate edge cases. Use when validating an important design, architecture decision, or ambiguous plan before committing.

2026-05-21
plan-review
项目管理专家

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-05-21
pr-lifecycle
软件开发工程师

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-05-21
receiving-code-review
软件开发工程师

Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification — not performative agreement or blind implementation.

2026-05-21
review
软件质量保证分析师与测试员

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-21
security-audit
信息安全分析师

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-21
simplifying-code
软件开发工程师

Simplifies, polishes, and declutters code without changing behavior. Use when asked to simplify, clean up, refactor, declutter, remove dead code or AI slop, or improve readability.

2026-05-21
skill-creator
软件开发工程师

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use when creating a new skill or updating an existing one.

2026-05-21
verification-before-completion
软件开发工程师

Enforces fresh verification evidence before any completion claim. Use when about to claim "tests pass", "bug fixed", "done", "ready to merge", or handing off work.

2026-05-21
writing-plans
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code. Produces comprehensive implementation plans with bite-sized tasks, exact file paths, complete code snippets, and test-first workflow.

2026-05-21
writing-tests
软件质量保证分析师与测试员

Generic test writing discipline: test quality, real assertions, anti-patterns, and rationalization resistance. Use when writing tests, adding test coverage, or fixing failing tests for any language or framework.

2026-05-21
acquire-codebase-knowledge
软件开发工程师

Use this skill when the user asks to map, document, or onboard into an existing codebase. Produces structured documentation covering stack, structure, architecture, conventions, integrations, testing, and concerns. Only documents what is verifiable from files or terminal output — never infers or assumes.

2026-05-21
brainstorming
项目管理专家

Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before implementation.

2026-05-21
changelog-generator
软件开发工程师

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.

2026-05-21
document-review
编辑

Structural review of documents for gaps, clarity, completeness, and organization. Use when a brainstorm, plan, spec, ADR, or any doc needs polish before the next workflow step.

2026-05-21
harness-architect
软件开发工程师

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-21
harness-doctor
软件开发工程师

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-21
harvest
软件开发工程师

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-21
pr-lifecycle
软件开发工程师

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-05-21
review
软件质量保证分析师与测试员

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-21
security-audit
信息安全分析师

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-21
writing-plans
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code. Produces comprehensive implementation plans with bite-sized tasks, exact file paths, complete code snippets, and test-first workflow.

2026-05-21