Skip to main content
Run any Skill in Manus
with one click
GitHub repository

forge

forge contains 21 collected skills from forge-sdlc, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
21
Stars
15
updated
2026-07-09
Forks
15
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

task-takeover-planning
software-developers

Produce a concrete implementation plan for a standalone Task or Epic takeover ticket. Use when a Jira Task/Epic is approved for Task Takeover planning and needs target files, implementation steps, tests, and repository scope.

2026-07-09
task-takeover-review
software-quality-assurance-analysts-and-testers

Read-only qualitative review for Task Takeover implementations before PR creation. Use after task takeover execution completes.

2026-07-09
decompose-epics
software-developers

Decompose a Technical Specification into implementable Epics with technical plans. Use when asked to break down features, create epics, or plan implementation.

2026-06-29
generate-tasks
software-developers

Break down Epic implementation plans into concrete, actionable Tasks. Use when decomposing Epics into implementation units.

2026-06-29
implement-task
software-developers

Implement code changes according to Task specifications. Use when executing implementation Tasks.

2026-06-29
plan-bug-fix
software-developers

Produce a concrete implementation plan for a bug fix from an approved RCA and selected fix approach. Use when the team has selected a fix option and needs a detailed plan before implementation.

2026-06-29
regenerate-plan
software-developers

Revise a bug fix implementation plan based on reviewer feedback. Use when the team has reviewed a plan and requested changes before approving.

2026-06-29
triage-bug
project-management-specialists

Evaluate a bug ticket for completeness before starting analysis. Use when triaging bug reports to determine if enough information is present to begin investigation.

2026-05-28
local-review-bug
software-quality-assurance-analysts-and-testers

Qualitative code review for bug fixes — verifies root-cause alignment and test coverage before PR creation. Use after implement-task completes for bug tickets.

2026-05-26
reflect-rca
project-management-specialists

Validate an RCA for correctness and evidence quality before presenting it to the engineering team. Use after analyze-bug produces an rca.json.

2026-05-26
regenerate-rca
project-management-specialists

Re-perform a root cause analysis after receiving feedback from the engineering team. Use when the team has reviewed an RCA and requested changes.

2026-05-26
update-docs
software-developers

Detects documentation files that have become stale due to code changes and applies minimal targeted updates. Builds an identifier checklist from the diff, greps documentation for matches, evaluates candidates in two passes, and edits confirmed stale docs in-place.

2026-05-18
generate-prd
project-management-specialists

Generate a structured Product Requirements Document (PRD) from raw requirements. Use when asked to create a PRD, product spec, requirements document, or feature definition.

2026-05-01
generate-spec
software-developers

Generate a Technical Specification with behavioral acceptance criteria from a PRD. Use when asked to create a spec, technical specification, or detailed requirements.

2026-05-01
analyze-ci
software-developers

Analyze CI failures by fetching logs and producing a structured fix plan. Use before attempting automated CI fixes.

2026-04-28
analyze-ci
software-quality-assurance-analysts-and-testers

Analyze CI failures by fetching logs and producing a structured fix plan. Use before attempting automated CI fixes.

2026-04-28
fix-ci
software-developers

Apply CI fixes from a pre-analyzed fix plan. Use after analyze-ci has produced a structured plan.

2026-04-28
analyze-bug
software-quality-assurance-analysts-and-testers

Generate Root Cause Analysis (RCA) for bugs using TDD methodology. Use when analyzing bug reports.

2026-04-28
implement-review
software-quality-assurance-analysts-and-testers

Analyze PR review comments against the current codebase, classify every comment, and produce a structured plan. No comment may be silently dropped.

2026-04-28
local-code-review
software-quality-assurance-analysts-and-testers

Run codegen, lint, then review local code changes for breaking issues and fix them in-place. Use before PR creation to catch critical problems early.

2026-04-28
review-code
software-quality-assurance-analysts-and-testers

Perform AI code review analyzing pull requests for quality, security, and specification alignment. Use for PR reviews.

2026-04-28