Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agentskills

يحتوي agentskills على 9 من skills المجمعة من antonarhipov، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
14
محدث
2026-06-09
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

review-prototype
مطوّرو البرمجيات

A method for organizing a prototype that illustrates an agentic, spec-driven PR review—the type a person employs to determine if a merge is acceptable without scrutinizing each alteration. Applicable when a user intends to create, outline, or develop a review interface, a review dashboard, a PR-review process, or a "verdict screen" for an agent-generated modification set, particularly one generated by a specification-driven development (SDD) workflow. Triggers encompass: "review flow", "PR review prototype", "review UI", "how should I present this review", "verdict-first review", "visualize the PR", or asking how a developer should review an agent's output. This is a METHOD skill — it tells you how to think about and lay out the prototype; it does not lock you to a single output format. Do NOT use for performing the code review itself (finding bugs, judging the author) — that is a different skill.

2026-06-09
defend-your-pr
محللو ضمان جودة البرمجيات والمختبرون

Reviews a pull request in two stages — first interrogating the author to verify they understand and can defend every decision in their own submission (catching AI-generated code forwarded without comprehension), then performing a structural design review of intent fidelity, abstractions, coupling, and failure behavior. The comprehension gate must pass before the design review runs. Use when reviewing a feature PR, vetting incoming code for author ownership, screening for AI slop, or running a deep structural review beyond what CI and linters cover.

2026-05-29
spec
متخصصو إدارة المشاريع

Interview the user one question at a time, walking the decision tree, to clarify a feature proposal before implementation

2026-05-29
criteria
مطوّرو البرمجيات

Translate the spec into a complete, traceable set of acceptance criteria in EARS form

2026-05-29
rules
مطوّرو البرمجيات

Capture feature-level design decisions and the technical constraints that follow, traceable to acceptance criteria

2026-05-29
spec-review
محللو ضمان جودة البرمجيات والمختبرون

Stress-test the spec pipeline outputs against each other and the codebase before implementation begins

2026-05-29
tasks
مطوّرو البرمجيات

Generate an implementation task list from validated spec artifacts

2026-05-29
execute
مطوّرو البرمجيات

Execute the implementation plan in spec/tasks.yaml task by task, validating each against its acceptance criteria and halting at checkpoints. Use this skill whenever the user asks to implement, execute, run, continue, or work on a plan; when a spec/ directory with tasks.yaml exists in the repo; when they reference task or phase IDs (task-N.M, phase-N); or when they ask to start the next task or phase.

2026-05-29
spring-batch-6
مطوّرو البرمجيات

Expert guidance for writing, migrating, and reviewing Spring Batch 6.x code. Use this skill whenever the user is working with Spring Batch 6, Spring Boot 4, batch jobs, chunk-oriented steps, job repositories, item readers/writers, or migrating from Spring Batch 5.x. Trigger on any mention of: Spring Batch, @EnableBatchProcessing, JobRepository, ItemReader, ItemWriter, ChunkOrientedStep, batch migration, or batch job configuration. Also trigger when the user is building CSV importers, ETL pipelines, or scheduled data processing jobs in a Spring/Java context.

2026-05-04