Skip to main content

Skills neste repositório

CodySwannGT/lisa - Página 8

O SkillsMP coletou 888 skills de CodySwannGT/lisa. Abra uma skill para revisar a origem e os detalhes.

CodySwannGT/lisa

Mostrando 40 de 888 skills coletadas.

ocupação
sem classificação
descrição

Fetches the full scope of a GitHub Issue — metadata, body sections, all comments, native sub-issue parent and children, linked PRs, related issues parsed from `Blocks/Blocked by/Relates to/Duplicates/Cloned from` lines, and any cross-repo references. Produces…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Acceptance criteria definition. Gherkin user flows (Given/When/Then), error states, UX concerns, and empirical verification from the user perspective.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Convert empirical verification into a regression test so it never has to be re-proven manually. Runs after a verification passes — picks the appropriate test framework for the verification type (Playwright for UI/browser, integration test for API/DB/auth,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Research a problem space and create a PRD in the configured PRD source. Investigates the codebase, defines user flows, assesses technical feasibility, synthesizes the spec, then creates it in the source (Notion / Confluence / GitHub / Linear per…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Methodology for breaking work into ordered tasks. Cross-repo source PRDs and coordination containers stay cross-repo; each buildable leaf task gets a single-repo scope, acceptance criteria, verification type, dependencies, and skills required.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Test strategy design. Coverage matrix, edge cases, TDD sequence planning, test quality review. Behavior-focused testing over implementation details.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verification lifecycle: confirm quality gates, classify types, discover tools, fail fast, plan, execute, codify (turn each passing verification into a regression test), spec conformance (verify shipped work matches the spec), loop. Quality gates…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Acceptance criteria definition

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Convert empirical verification…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Research a problem space and…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Methodology for breaking work…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Test strategy design

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verification lifecycle: confirm…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Database migrations, reverts, schema generation, GraphQL codegen, and the reset/seed/verify state operations for Expo + serverless backend projects. Operates on the backend (TypeORM) and frontend (GraphQL code generation).

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Database migrations, reverts…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Database migrations, reverts, schema generation, GraphQL codegen, and the reset/seed/verify state operations for Expo + serverless backend projects. Operates on the backend (TypeORM) and frontend (GraphQL code generation).

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Acceptance criteria definition. Gherkin user flows (Given/When/Then), error states, UX concerns, and empirical verification from the user perspective.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Convert empirical verification into a regression test so it never has to be re-proven manually. Runs after a verification passes — picks the appropriate test framework for the verification type (Playwright for UI/browser, integration test for API/DB/auth,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Research a problem space and create a PRD in the configured PRD source. Investigates the codebase, defines user flows, assesses technical feasibility, synthesizes the spec, then creates it in the source (Notion / Confluence / GitHub / Linear per…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Methodology for breaking work into ordered tasks. Cross-repo source PRDs and coordination containers stay cross-repo; each buildable leaf task gets a single-repo scope, acceptance criteria, verification type, dependencies, and skills required.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Test strategy design. Coverage matrix, edge cases, TDD sequence planning, test quality review. Behavior-focused testing over implementation details.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verification lifecycle: confirm quality gates, classify types, discover tools, fail fast, plan, execute, codify (turn each passing verification into a regression test), spec conformance (verify shipped work matches the spec), loop. Quality gates…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Install and configure the Sentry SDK for a project — detect the framework/runtime, add the correct @sentry/<framework> package, initialize the client, wire the DSN through env, enable error + performance monitoring, and set up source map upload for readable…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

AI debugging — given an error message, stack trace, or failing test, analyze the signal, form ranked hypotheses, locate the root cause in the codebase with file:line evidence, and propose a minimal fix. Lisa-native reimplementation of Sentry's seer workflow,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Install and configure the…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

AI debugging — given an error…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Install and configure the Sentry SDK for a project — detect the framework/runtime, add the correct @sentry/<framework> package, initialize the client, wire the DSN through env, enable error + performance monitoring, and set up source map upload for readable…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

AI debugging — given an error message, stack trace, or failing test, analyze the signal, form ranked hypotheses, locate the root cause in the codebase with file:line evidence, and propose a minimal fix. Lisa-native reimplementation of Sentry's seer workflow,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verifies that shipped work matches its spec section-by-section — acceptance criteria, Out of Scope, Technical Approach, Validation Journey assertions, and any explicit deliverables. Builds a coverage matrix mapping each requirement to evidence, flags scope…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verifies that shipped work…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Verifies that shipped work matches its spec section-by-section — acceptance criteria, Out of Scope, Technical Approach, Validation Journey assertions, and any explicit deliverables. Builds a coverage matrix mapping each requirement to evidence, flags scope…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Helps understand and write EAS…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Idempotently claims one live Linear leaf issue for direct Lisa work. Reuses linear-build-intake Phase 3b semantics through lisa-linear-access: configured ready-to-claimed state transition, assign-only-if-unassigned, stable managed comment, and post-write…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Idempotently claims one live…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Idempotently claims one live Linear leaf issue for direct Lisa work. Reuses linear-build-intake Phase 3b semantics through lisa-linear-access: configured ready-to-claimed state transition, assign-only-if-unassigned, stable managed comment, and post-write…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Shared usage-ledger utility for Lisa lifecycle flows and artifact writers. Delegates all direct-entry recording and rollup refreshes through one vendor-neutral contract so PRDs, tickets, evidence comments, PRs, and markdown artifacts preserve the canonical…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Shared usage-ledger utility for…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Shared usage-ledger utility for Lisa lifecycle flows and artifact writers. Delegates all direct-entry recording and rollup refreshes through one vendor-neutral contract so PRDs, tickets, evidence comments, PRs, and markdown artifacts preserve the canonical…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 888 skills coletadas.