Skip to main content

CodySwannGT/lisa

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

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
888
Estrelas no GitHub
3
Forks no GitHub
3

Mostrando 40 de 888 skills coletadas.

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

This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the…

Idioma do texto original: inglês

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

any non-trivial request —…

Idioma do texto original: inglês

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

This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the…

Idioma do texto original: inglês

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

Vendor-agnostic repair scanner — the recovery counterpart to lisa-intake. Finds work that got stuck or was left half-closed across the same queues lisa-intake serves (Notion / Confluence / Linear / GitHub PRDs; JIRA / GitHub / Linear build queues): items left…

Idioma do texto original: inglês

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

Vendor-agnostic repair scanner…

Idioma do texto original: inglês

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

Vendor-agnostic repair scanner — the recovery counterpart to lisa-intake. Finds work that got stuck or was left half-closed across the same queues lisa-intake serves (Notion / Confluence / Linear / GitHub PRDs; JIRA / GitHub / Linear build queues): items left…

Idioma do texto original: inglês

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

Provision and verify a remote execution environment for a host project — Codex Cloud today, other remote surfaces as they are added. Generates a repository-owned setup script that installs the declared toolchain, materializes secrets through…

Idioma do texto original: inglês

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

Provision and verify a remote…

Idioma do texto original: inglês

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

Provision and verify a remote execution environment for a host project — Codex Cloud today, other remote surfaces as they are added. Generates a repository-owned setup script that installs the declared toolchain, materializes secrets through…

Idioma do texto original: inglês

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

Vendor-neutral access layer for secrets. Every skill and script that needs an API key MUST resolve it through this skill rather than reading a keychain, an .env file, or a provider CLI directly. Models two independent axes — the provider a secret lives in…

Idioma do texto original: inglês

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

Vendor-neutral access layer for…

Idioma do texto original: inglês

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

Vendor-neutral access layer for secrets. Every skill and script that needs an API key MUST resolve it through this skill rather than reading a keychain, an .env file, or a provider CLI directly. Models two independent axes — the provider a secret lives in…

Idioma do texto original: inglês

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

This skill should be used to drive a pull request all the way to MERGED, handling ANYTHING that blocks the merge. It enables auto-merge when the repo supports it (direct-merge fallback otherwise), keeps the branch rebased/synced and resolves merge conflicts,…

Idioma do texto original: inglês

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

drive a pull request all the…

Idioma do texto original: inglês

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

This skill should be used to drive a pull request all the way to MERGED, handling ANYTHING that blocks the merge. It enables auto-merge when the repo supports it (direct-merge fallback otherwise), keeps the branch rebased/synced and resolves merge conflicts,…

Idioma do texto original: inglês

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

Syncs plan progress to a linked GitHub Issue. Posts plan contents, progress updates, branch links, and PR links at key milestones. Use this skill throughout the plan lifecycle to keep issues in sync. The GitHub counterpart of lisa-jira-sync.

Idioma do texto original: inglês

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

Vendor-neutral wrapper for posting milestone updates to the linked ticket/issue. Reads the required `tracker` from .lisa.config.json and dispatches to lisa-jira-sync, lisa-github-sync, or lisa-linear-sync. Posts at: plan created, implementation in progress,…

Idioma do texto original: inglês

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

Syncs plan progress to a linked…

Idioma do texto original: inglês

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

Vendor-neutral wrapper for…

Idioma do texto original: inglês

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

Syncs plan progress to a linked GitHub Issue. Posts plan contents, progress updates, branch links, and PR links at key milestones. Use this skill throughout the plan lifecycle to keep issues in sync. The GitHub counterpart of lisa-jira-sync.

Idioma do texto original: inglês

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

Vendor-neutral wrapper for posting milestone updates to the linked ticket/issue. Reads the required `tracker` from .lisa.config.json and dispatches to lisa-jira-sync, lisa-github-sync, or lisa-linear-sync. Posts at: plan created, implementation in progress,…

Idioma do texto original: inglês

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

Parse a JIRA ticket's Validation Journey section, execute the verification steps using appropriate tools (curl, test commands, database queries), capture evidence, and post to JIRA + GitHub PR using the jira-evidence skill.

Idioma do texto original: inglês

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

Parse a JIRA ticket's…

Idioma do texto original: inglês

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

Parse a JIRA ticket's Validation Journey section, execute the verification steps using appropriate tools (curl, test commands, database queries), capture evidence, and post to JIRA + GitHub PR using the jira-evidence skill.

Idioma do texto original: inglês

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

GitHub counterpart to lisa-jira-build-intake. Scans a GitHub repository for issues carrying the configured `ready` build label, processes the first eligible issue, runs leaf work via the github-agent workflow in-session (culminating in lisa-implement),…

Idioma do texto original: inglês

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

Scans a GitHub repository for issues carrying the configured `ready` PRD label and runs the first eligible one through the dry-run validation pipeline. A PRD that passes every gate gets tickets written (to whatever destination tracker is configured — JIRA,…

Idioma do texto original: inglês

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

Creates or idempotently updates a PRD as a GitHub Issue in the configured source repo, carrying exactly one PRD lifecycle label (`prd-draft` by default, or `prd-ready` when initial_role is ready so lisa-github-prd-intake auto-claims it). The GitHub PRD-source…

Idioma do texto original: inglês

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

Symmetric counterpart to lisa-jira-build-intake on the Linear side. Scans a Linear team for Issues in the configured `ready` workflow state, claims the first eligible Issue by transitioning it to the configured `claimed` state, runs the implementation/build…

Idioma do texto original: inglês

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

GitHub counterpart to…

Idioma do texto original: inglês

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

Scans a GitHub repository for…

Idioma do texto original: inglês

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

Creates or idempotently updates…

Idioma do texto original: inglês

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

Symmetric counterpart to…

Idioma do texto original: inglês

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

GitHub counterpart to lisa-jira-build-intake. Scans a GitHub repository for issues carrying the configured `ready` build label, processes the first eligible issue, runs leaf work via the github-agent workflow in-session (culminating in lisa-implement),…

Idioma do texto original: inglês

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

Scans a GitHub repository for issues carrying the configured `ready` PRD label and runs the first eligible one through the dry-run validation pipeline. A PRD that passes every gate gets tickets written (to whatever destination tracker is configured — JIRA,…

Idioma do texto original: inglês

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

Creates or idempotently updates a PRD as a GitHub Issue in the configured source repo, carrying exactly one PRD lifecycle label (`prd-draft` by default, or `prd-ready` when initial_role is ready so lisa-github-prd-intake auto-claims it). The GitHub PRD-source…

Idioma do texto original: inglês

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

Symmetric counterpart to lisa-jira-build-intake on the Linear side. Scans a Linear team for Issues in the configured `ready` workflow state, claims the first eligible Issue by transitioning it to the configured `claimed` state, runs the implementation/build…

Idioma do texto original: inglês

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

Uploads text evidence to the GitHub `pr-assets` release, updates the PR description, posts a comment on the originating Linear Issue with code blocks, and transitions the Issue from the configured `claimed` label to the configured `review` label. Reusable by…

Idioma do texto original: inglês

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

Uploads text evidence to the…

Idioma do texto original: inglês

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

Uploads text evidence to the GitHub `pr-assets` release, updates the PR description, posts a comment on the originating Linear Issue with code blocks, and transitions the Issue from the configured `claimed` label to the configured `review` label. Reusable by…

Idioma do texto original: inglês

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

Symmetric counterpart to notion-prd-intake on the JIRA side. Scans a JIRA project (or JQL filter) for tickets in the configured `ready` status, claims the first eligible ticket by transitioning to the configured `claimed` status, runs the implementation/build…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 888 skills coletadas.