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

aiagent

aiagent 收录了来自 drujensen 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
4
更新
2026-06-03
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

adlc
软件开发工程师

Full Agent Development Life Cycle pipeline for the aiagent project. Runs story refinement → design → implementation planning (with human approval checkpoint) → implementation → testing → security → database → devops. Each coding phase uses a doer + antagonistic reviewer loop requiring score >= 8/10.

2026-06-03
create-story
软件开发工程师

Create a detailed user story for the aiagent project with acceptance criteria and technical breakdown. Uses the story-refiner agent to explore the codebase and produce a structured story artifact.

2026-06-03
dba-review
数据库架构师

Database schema + review loop for the aiagent project. The dba agent designs schema changes ensuring JSON/MongoDB storage duality, then the dba-reviewer scores the changes against the 6 pillars. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
deploy
网络与计算机系统管理员

Deployment readiness check for the aiagent project. Verifies the release pipeline, Docker build, and all 7 binary targets are ready before tagging a release. Uses the devops agent.

2026-06-03
design-review
软件开发工程师

Architecture design + review loop for the aiagent project. The architect designs a solution following DDD patterns, then the architect-reviewer scores it against the 6 pillars. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
devops-review
软件开发工程师

DevOps pipeline + review loop for the aiagent project. The devops agent manages CI/CD and Docker changes, then the devops-reviewer scores against the 6 pillars. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
peer-review
软件开发工程师

Code implementation + review loop for the aiagent project. The developer implements changes following the approved plan, then the developer-reviewer scores the code against the 6 pillars including a mandatory duplication check. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
plan-sprint
软件开发工程师

Break a feature or epic into ordered, implementable user stories for the aiagent project. Uses the planner agent to analyze the feature and produce a sprint plan with story dependencies.

2026-06-03
refine-story
软件开发工程师

Interactive story clarification for the aiagent project. The story-refiner agent explores the codebase, asks focused question batches, and iterates until all unknowns are resolved. Outputs a refined story with acceptance criteria and a Relevant Codebase Context section.

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

Quick one-shot code review for the aiagent project. The developer-reviewer checks DDD layer boundaries, Go idioms, error handling, storage duality, and test coverage. No iteration loop — immediate feedback.

2026-06-03
security-review
信息安全分析师

Security review loop for the aiagent project. The security agent analyzes code for vulnerabilities (command injection, path traversal, API key leakage, MongoDB injection), then the security-reviewer scores the posture against the 6 pillars. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
security-scan
信息安全分析师

One-shot security scan for the aiagent project. Checks for command injection in tool execution, path traversal in file tools, API key leakage, and MongoDB injection patterns. No iteration loop — immediate findings report.

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

Test writing + review loop for the aiagent project. The tester writes unit and integration tests using testify, then the tester-reviewer scores coverage and quality against the 6 pillars. Loops until score >= 8/10 or 3 iterations maximum.

2026-06-03
write-tests
软件质量保证分析师与测试员

Write tests for the aiagent project without a review loop. The tester agent writes unit and integration tests using testify following the project's mock-at-domain-boundary pattern.

2026-06-03