Skip to main content
Repositorio de GitHub

claude-code-marketplace

claude-code-marketplace contiene 9 skills recopiladas de MostAshraf, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
9
Stars
2
actualizado
2026-04-26
Forks
0
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

dev-workflow
Especialistas en gestión de proyectos

Master orchestrator for the AI-driven development workflow. Use when starting a new User Story / Issue implementation. Coordinates the Planner, Developer, Reviewer, and Tester agents through all 7 phases with human approval gates. Supports multiple work item providers (ADO, Jira, GitLab, GitHub, Zoho, local-markdown) and git providers (ADO, GitLab, GitHub, gh-cli, glab-cli) via provider adapters. Supports multi-repo stories with parallel developer agents across repos while maintaining sequential execution within each repo.

2026-04-26
init-workspace
Administradores de redes y sistemas informáticos

One-time workspace setup. Generates local context files (.claude/context/, git-ignored) that all workflows depend on — repo metadata, coding conventions, local repo paths, language configuration (discovered, not hard-coded), and provider configuration. Supports ADO, Jira, GitLab, GitHub, Zoho, and local-markdown as work item providers, plus GitHub CLI (gh-cli) and GitLab CLI (glab-cli) as no-MCP git providers. Run once before using /dev-workflow or /story-workflow.

2026-04-26
plan-generator
Especialistas en gestión de proyectos

Decompose an approved requirements summary into an implementation plan with atomic tasks, Mermaid diagrams, and a task tracker. Use during Phase 2 of the development workflow after requirements are fully understood.

2026-04-26
story-workflow
Especialistas en gestión de proyectos

Refine, analyze, improve, and groom user stories / issues with structured templates and codebase-aware technical analysis. Supports ADO, Jira, GitLab, GitHub, and local markdown files as work item sources via provider adapters. Use this skill whenever the user mentions story refinement, story grooming, story analysis, story improvement, acceptance criteria, user story quality, sprint readiness, or commands like /story-improve, /story-refine, /story-analyze, or /story-groom. Also trigger when the user references work item or issue IDs (or local .md file paths) in the context of improving or reviewing story quality. This skill is never invoked autonomously — it only runs when explicitly requested by a human user.

2026-04-26
coverage-report
Analistas de garantía de calidad de software y probadores

Run tests with code coverage collection, parse the results, and present a formatted coverage report — any language, discovery-driven. Dispatches by coverage_format from .claude/context/language-config.md. Supports cobertura, jacoco, lcov, json-summary, and go-cover. Highlights pass/fail against the configured threshold (default 90%). Read-only analysis.

2026-04-23
pr-creator
Desarrolladores de software

Create a Pull Request / Merge Request after all tasks and tests are approved. Assembles PR summary from the task tracker, validates branch naming, and creates the PR/MR via the configured git provider. Links back to the work item via the work item provider. Supports ADO, GitLab, GitHub, and Jira. Used during Phase 6 of the workflow.

2026-04-23
story-intake
Especialistas en gestión de proyectos

Pull and analyse a User Story / Issue from the configured work item provider. Use when starting Phase 1 of the development workflow — ingesting requirements, parsing acceptance criteria, and surfacing clarifying questions before planning begins. Supports ADO, Jira, GitLab, GitHub, Zoho, and local-markdown via provider adapters.

2026-04-23
validate-build
Analistas de garantía de calidad de software y probadores

Standalone build and test validation — any language, discovery-driven. Reads .claude/context/language-config.md for the target repo and runs the configured restore, build, and test commands, parsing output via the repo's configured regex patterns. Reports results in a structured format with pass/fail status.

2026-04-23
workflow-status
Especialistas en gestión de proyectos

Display current workflow status dashboard — read-only overview of story progress, task states, branch info, and worktree status

2026-04-12