Skip to main content

Skills neste repositório

CodySwannGT/grist - Página 4

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

CodySwannGT/grist

Mostrando 40 de 207 skills coletadas.

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

Set up Confluence as the PRD source for this project. Writes the `confluence` section of `.lisa.config.json` (spaceKey and/or parentPageId) and offers to set top-level `source: "confluence"`. Depends on /lisa:setup:atlassian.

Idioma do texto original: inglês

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

Set up GitHub Issues as the tracker and/or PRD source for this project. Verifies the gh CLI, resolves org/repo, scaffolds the `status:*` (build) and/or `prd-*` (PRD) label namespaces, writes the `github` section of `.lisa.config.json`, and can document…

Idioma do texto original: inglês

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

Set up JIRA as the tracker for this project. Writes `jira.project` and offers to set top-level `tracker: "jira"` in `.lisa.config.json`. Depends on /lisa:setup:atlassian (needs cloudId).

Idioma do texto original: inglês

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

Set up Linear as the tracker and/or PRD source for this project. Verifies Linear access (MCP OAuth or a personal API key in keychain), resolves the workspace slug and team key, scaffolds the `status:*` issue-label (build) and/or `prd-*` project-label (PRD)…

Idioma do texto original: inglês

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

Set up Notion as the PRD source for this project. Walks the user through creating a workspace-scoped internal-integration token, sharing the PRD database with it, and stores the token in OS keychain. Writes `notion.workspaceId`, `notion.prdDatabaseId`, and…

Idioma do texto original: inglês

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

Back-sync an environment branch down the deploy chain (hotfix propagation) on demand

Idioma do texto original: inglês

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

Remove the recurring LLM Wiki ingest automation /lisa-wiki:setup-automations created for this project (the lisa-wiki-auto-<project>-* set) using the runtime's native scheduler (Codex automations / Claude /schedule). A declarative spec — it states which…

Idioma do texto original: inglês

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

Detect (and optionally repair) drift between a project's configured Lisa status/label mappings and the live tracker/source workflow names. Read-only by default; repairs the config to canonical live names with repair=true. Audits the current repo or sweeps…

Idioma do texto original: inglês

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

Initiative-level PRD acceptance gate. Reads a shipped PRD and its generated child work, confirms all generated top-level work is terminal, then runs spec-conformance against the PRD plus empirical verification of the shipped surface. On a CONFORMS verdict…

Idioma do texto original: inglês

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

Ship and verify code. Commits, opens PR, handles review loop, merges, monitors deploy, and runs remote verification in target environment. Folds in /ship.

Idioma do texto original: inglês

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

Scaffold a domain-expert "digital staff" role over the wiki — a dual-runtime subagent (Claude + Codex) plus a staff doc page — from a config.staff[] entry. Use when a project wants a role-scoped expert (e.g. Legal, Finance, Sales) whose knowledge is a slice…

Idioma do texto original: inglês

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

Ingest source material into the LLM Wiki. With an argument (URL, file path, or prompt) it ingests that one source; with no argument it runs a full ingest across every enabled non-external-write source. Routes to the right connector, then runs the ordered…

Idioma do texto original: inglês

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

Enable the LLM Wiki kernel (lisa-wiki plugin) in this project so its setup skill becomes discoverable. Edits .claude/settings.json to enable lisa-wiki@lisa and confirm the CodySwannGT/lisa marketplace, then verifies the Codex overlay (.codex/skills/lisa)…

Idioma do texto original: inglês

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

Answer a question from the LLM Wiki with citations. Reads the index, drills into relevant pages, and synthesizes a cited answer. Read-only by default; only files new synthesis back into the wiki when the user explicitly asks. Use when someone asks a question…

Idioma do texto original: inglês

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

Monitor application health AND audit observability completeness for the current repo, then file build-ready tickets for what it finds. Checks health endpoints, recent logs (CloudWatch / Sentry / browser console), error-rate spikes, performance hotspots,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Nightly direct-execution skill for increasing test coverage. Receives pre-computed threshold data, writes tests targeting coverage gaps, updates thresholds, commits, and creates a PR.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Nightly direct-execution skill for improving test quality. In nightly mode, focuses on tests for recently changed files. In general mode, scans all tests for the weakest ones. Commits and creates a PR.

Idioma do texto original: inglês

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

Nightly direct-execution skill for reducing code complexity thresholds. Receives pre-computed threshold data, refactors violations, updates thresholds, commits, and creates a PR.

Idioma do texto original: inglês

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

Vendor-neutral access layer for Notion. Every notion-* skill MUST delegate through this skill rather than invoking the Notion REST API or any Notion MCP directly. Resolves a substrate per operation in this order: (1) Notion MCP if authenticated and the…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Scans a Notion PRD database for pages in the configured `ready` status and runs the first eligible one through the dry-run validation pipeline. A PRD that passes every gate gets tickets written and the status flipped to the configured `ticketed` value; a PRD…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Break down a Notion PRD into Epics, Stories, and Sub-tasks in the configured destination tracker (JIRA, GitHub Issues, or Linear per .lisa.config.json). Use this skill whenever the user shares a Notion PRD URL and wants it converted into tracker tickets, or…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Creates or idempotently updates a PRD as a page in the configured Notion PRD database, setting the lifecycle Status property to the draft value by default (or the ready value when initial_role is ready so lisa:notion-prd-intake auto-claims it). The Notion…

Idioma do texto original: inglês

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

Database migrations, reverts, schema generation, and GraphQL codegen 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

Verify OpenTelemetry traces are being collected and exported to AWS X-Ray for Rails applications. Check collector health, trace export, and CloudWatch metrics.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Lisa-native code review of the current git diff. Walks every changed hunk and reports correctness bugs, security issues, and obvious defects as severity-ranked findings with file:line references. Vendor-neutral — the cross-agent equivalent of the upstream…

Idioma do texto original: inglês

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

Lisa-native, behavior-preserving simplification of recently-changed code. Removes duplication and dead code, reuses existing utilities, and improves readability without altering behavior — quality only, never a bug hunt. Vendor-neutral cross-agent equivalent…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Thorough PR-style review of the full diff — bugs, security, performance, and maintainability — with concrete suggested fixes and a structured summary. An independent Lisa-native review skill that does NOT call CodeRabbit's service or port its code.…

Idioma do texto original: inglês

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

View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook (parity-safety-net.sh). The consolidated cross-agent equivalent of the upstream safety-net plugin's set-custom-rules + verify-custom-rules skills — manages a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
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
Desenvolvedores de software
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
Outras ocupações de informática
descrição

Author a new Lisa skill end-to-end — scaffold the SKILL.md frontmatter (name/description/allowed-tools), write the pass-through command, follow hyphen naming, place files under plugins/src/base, and rebuild plugins. Lisa-native reimplementation of the…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Performance review methodology. N+1 queries, inefficient algorithms, memory leaks, missing indexes, unnecessary re-renders, bundle size issues. Evidence-based recommendations.

Idioma do texto original: inglês

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

This skill should be used when setting up or changing the build-time asset pipeline of a Phaser 4 game — packing raw art in assets/src into public/assets (free-tex-packer-core texture atlases, audiosprite audio sprites, BMFont bitmap fonts) and the codegen…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Decompose a single PRD or specification into ordered work items in the configured tracker. Vendor-agnostic — the source can be a Notion PRD URL, a Confluence PRD URL, a Linear project URL, a GitHub Issue URL, an existing JIRA epic key, a markdown file, or a…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Best practices for writing reliable Playwright E2E tests and adding testID/aria-label selectors in Expo web applications using GlueStack UI and NativeWind. Use this skill when creating, debugging, or modifying Playwright tests, adding E2E test coverage,…

Idioma do texto original: inglês

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

Read-only diagnostic for Lisa plugin source/generated drift. Compares plugins/src against generated plugins/lisa* status, reports source-not-built, generated-only, and marketplace registration drift, and preserves the working tree.

Idioma do texto original: inglês

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

Vendor-neutral access layer for PostHog. PostHog skills and observability rules MUST delegate through this skill rather than calling PostHog MCP tools or REST directly. Resolves PostHog MCP first when available, then falls back to POSTHOG_PERSONAL_API_KEY…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Update a source PRD with an always-written, machine-readable `## Tickets` (alias `## Generated Work`) section linking back to every work item created from it. Each entry carries a parseable ref + URL + type + parent token so the generated child set is…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Vendor-neutral wrapper for creating (or idempotently updating) a PRD in the configured PRD source. The PRD-side sibling of lisa:tracker-write. Resolves `source` from .lisa.config.local.json first (then .lisa.config.json — local overrides global) and…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Verifies that every requirement in a PRD (Notion, Confluence, Linear, or GitHub Issues) is covered by at least one created destination ticket (JIRA, GitHub Issues, or Linear) — no silent drops. Parses the PRD into atomic items (goals, user stories,…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 207 skills coletadas.