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

agentic-harness

agentic-harness 收录了来自 0x1337c0d3 的 23 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
23
Stars
0
更新
2026-05-30
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

review
软件质量保证分析师与测试员

Review a pull request or pending changes. Performs a focused code review against the current branch's diff (or staged diff if invoked pre-commit), surfacing correctness bugs, missing tests, style violations, and unclear naming. Use when the user asks to "review this", "review the PR", "code review", or before commits/PRs.

2026-05-30
security-review
信息安全分析师

Complete a security review of pending changes on the current branch. Focuses on injection, authn/authz, secrets, SSRF, deserialisation, insecure defaults, and supply-chain risk. Use when the user asks to "security review", "security audit", "check for vulns", or before raising a PR.

2026-05-30
commit
软件开发工程师

Pre-commit gate (fmt + clippy + test) then create a conventional commit with explicit file staging.

2026-05-30
design
软件开发工程师

Create or update ARCHITECTURE.md with system components, data flows, and ADRs

2026-05-30
fmt
软件开发工程师

Format Rust code with rustfmt and report what changed.

2026-05-30
implement
软件开发工程师

Full TDD loop — plan, branch, write code + tests, fmt, clippy, test, review, commit.

2026-05-30
kanban
软件开发工程师

View the story board grouped by status, with optional filters

2026-05-30
pr
软件开发工程师

Security review → confirm with user → push branch → open PR with structured body.

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

Review a pull request or pending changes. Performs a focused code review against the current branch's diff (or staged diff if invoked pre-commit), surfacing correctness bugs, missing tests, style violations, and unclear naming. Use when the user asks to "review this", "review the PR", "code review", or before commits/PRs.

2026-05-30
security-review
信息安全分析师

Complete a security review of pending changes on the current branch. Focuses on unsafe code, injection, secrets, memory safety at FFI boundaries, insecure deserialization, path traversal, and supply-chain risk. Use when the user asks to "security review", "security audit", "check for vulns", or before raising a PR.

2026-05-30
setup
软件开发工程师

Bootstrap the Rust dev environment — verify rustup, toolchain, rust-analyzer, cargo tools, env vars.

2026-05-30
story
软件开发工程师

Create a user story in stories/ linked to architecture components, or update an existing story's status

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

Run cargo test with llvm-cov coverage, enforce gates, name uncovered lines on modified files.

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

Review a pull request or pending changes. Performs a focused code review against the current branch's diff (or staged diff if invoked pre-commit), surfacing correctness bugs, missing tests, style violations, and unclear naming. Use when the user asks to "review this", "review the PR", "code review", or before commits/PRs.

2026-05-30
security-review
信息安全分析师

Complete a security review of pending changes on the current branch. Focuses on unsafe code, injection, secrets, memory safety at FFI boundaries, insecure deserialization, path traversal, and supply-chain risk. Use when the user asks to "security review", "security audit", "check for vulns", or before raising a PR.

2026-05-30
commit
软件开发工程师

Pre-commit gate (format + lint + test) then create a conventional commit with explicit file staging.

2026-05-30
fmt
软件开发工程师

Format Swift code with swift-format and report what changed.

2026-05-30
implement
软件开发工程师

Full TDD loop — plan, branch, write code + tests, format, lint, test, review, commit.

2026-05-30
pr
软件开发工程师

Security review → confirm with user → push branch → open PR with structured body.

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

Review a pull request or pending changes. Performs a focused code review against the current branch's diff (or staged diff if invoked pre-commit), surfacing correctness bugs, missing tests, style violations, and unclear naming. Use when the user asks to "review this", "review the PR", "code review", or before commits/PRs.

2026-05-30
security-review
信息安全分析师

Complete a security review of pending changes on the current branch. Focuses on unsafe code, injection, secrets, memory safety at FFI boundaries, insecure deserialization, path traversal, and supply-chain risk. Use when the user asks to "security review", "security audit", "check for vulns", or before raising a PR.

2026-05-30
setup
软件开发工程师

Bootstrap the Swift dev environment — verify swift, xcodegen, sourcekit-lsp, swift tools, env vars.

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

Run swift test, enforce gates, name failures.

2026-05-30