Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

reverse-engineering-skill

reverse-engineering-skill contiene 7 skills recopiladas de meirm, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
7
Stars
27
actualizado
2026-03-16
Forks
2
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

analyzing-business-logic-gaps
Especialistas en gestión de proyectos

Identifies missing, vague, underspecified, or contradictory business logic within BL documents. Finds incomplete edge cases, missing state transitions, ambiguous terminology, and weak billing rules. Use when reviewing business logic quality, hardening requirements, or preparing BL for implementation.

2026-03-16
deriving-acceptance-criteria-from-business-logic
Especialistas en gestión de proyectos

Converts trusted business logic into product-owner-grade acceptance criteria and developer-ready tasks using Given/When/Then scenarios. Use when creating user stories, preparing for sprints, or turning BL into executable requirements.

2026-03-16
generating-tests-from-business-logic
Analistas de garantía de calidad de software y probadores

Generates scenario tests, rule tests, edge case tests, state transition tests, and billing tests from trusted business logic. Use when creating test suites from BL, ensuring BL coverage, or turning requirements into verifiable tests.

2026-03-16
refining-business-logic-for-implementation
Desarrolladores de software

Rewrites vague business logic into deterministic, testable rules by separating policy from mechanism, normalizing terminology, and defining explicit state machines. Use when preparing BL for code implementation, making BL executable, or normalizing ambiguous requirements.

2026-03-16
reverse-engineering-business-logic
Analistas de sistemas informáticos

Reverse engineers business logic from source code by extracting operational business truth. Use when user asks to understand what the system actually does, analyze business rules, extract domain logic, infer workflows from code, explain state transitions, or identify decision logic. Works with API views (Django, FastAPI, etc.), domain models, background tasks, and multi-step workflows.

2026-03-16
tailor-bdd-skills-for-project
Analistas de garantía de calidad de software y probadores

Tailors the universal BDD skills in this directory to a specific project. Use when adopting BDD skills in a new repo, defining where BL docs live, which terminology to use, and how to find entry points (views, models, tasks). Creates or updates project BDD config so other skills (reverse-engineering, validate, derive-acceptance-criteria, etc.) work correctly.

2026-03-16
validating-business-logic-against-code
Analistas de garantía de calidad de software y probadores

Verifies whether documented business logic is actually implemented by mapping BL rules to code evidence. Flags rules as implemented, partially implemented, contradicted, or not found. Use when validating business logic documents, checking code coverage against requirements, or verifying BL-to-code alignment.

2026-03-16