Skip to main content

Skills en este repositorio

CodySwannGT/grist - Página 2

SkillsMP ha recopilado 207 skills de CodySwannGT/grist. Abre una skill para revisar su origen y sus detalles.

CodySwannGT/grist

Mostrando 40 de 207 skills recopiladas.

ocupación
Desarrolladores de software
descripción

Creates or updates a GitHub Issue following the same organizational best practices as lisa:jira-write-ticket — three-audience description, Gherkin acceptance criteria, parent sub-issue (Epic/Story hierarchy), explicit relationship discovery, remote links,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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 del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when adding or debugging Harper (HarperDB/Fabric) authentication and authorization - roles.yaml, user and role Operations API calls, Basic auth, JWT operation tokens, exported-resource permissions, and Resource context.user checks.…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when building, running locally, or deploying a Harper (HarperDB/Fabric) component — running harper dev/run, producing the generated resources.js and web/** from TypeScript via the project build, packaging the harper-app component,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when creating or editing a Harper (HarperDB/Fabric) component's config.yaml — enabling a built-in extension (graphqlSchema, jsResource, rest, static, roles, loadEnv, dataLoader, fastifyRoutes), wiring an external component, or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when adding or troubleshooting Harper (HarperDB/Fabric) real-time behavior: MQTT topics, WebSocket resource subscriptions, resource publish/subscribe handlers, SSE-style streaming routes, and local subscriber verification. Pairs with…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when writing or editing Harper (HarperDB/Fabric) resources — the classes in resources.js (built from TypeScript under src/) that expose custom data logic over REST and GraphQL. Use it when adding an endpoint, overriding table…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when building or debugging Harper (HarperDB/Fabric) REST collection queries and Resource search methods - filters, FIQL comparison operators, OR/grouping, select, sort, limit/offset pagination, relationship traversal, request…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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 del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

This skill should be used when reducing the code complexity threshold of the codebase. It lowers the CyclomaticComplexity threshold by 2, identifies methods that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

This skill should be used when increasing test coverage to a specified threshold percentage. It runs the test suite with SimpleCov, identifies files with the lowest coverage, generates a brief with coverage gaps, and creates a plan with tasks to add the…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

This skill should be used when improving test quality. It scans the test suite for weak, brittle, or poorly-written tests, generates a brief with improvement opportunities, and creates a plan with tasks to strengthen the tests.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Read-only operator surface for diagnosing one repo-scoped PRD or build item against Lisa's current intake and repair contracts. Resolves the item's queue family, lifecycle role, ownership boundary, and gate outcomes using the same source/tracker detection,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Vendor-agnostic scanner for Ready queues. Given a Notion PRD database URL → finds the first Ready PRD and runs lisa:plan. Given a Confluence space or parent page URL → finds the first prd-ready PRD and runs lisa:plan. Given a Linear workspace URL or team key…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Vendor-neutral access layer for Jam. Jam triage rules and skills MUST delegate through this skill rather than calling Jam MCP tools directly. Resolves Jam MCP first when available, then falls back to the JAM_PAT-authenticated Jam CLI for headless routines.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Add a Validation Journey section to an existing JIRA ticket by reading the ticket description, understanding the feature, and generating the journey steps and assertions.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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 del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Upload evidence to GitHub pr-assets release, update PR description, upload attachments to JIRA, post comment, and move ticket to the configured review status only when `jira.workflow.review` is set (otherwise leave it in `claimed`). Reusable by any skill that…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Parse a JIRA ticket's Validation Journey section, execute the verification steps, capture evidence, and post to JIRA + GitHub PR using the jira-evidence skill.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Fetches the full scope of a JIRA ticket — metadata, description, acceptance criteria, all comments, remote links (PRs, Confluence, dashboards), issue links (blocks/is blocked by/relates to/duplicates/clones), epic parent with siblings, and subtasks. Produces…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Syncs plan progress to a linked JIRA ticket. Posts plan contents, progress updates, branch links, and PR links at key milestones. Use this skill throughout the plan lifecycle to keep tickets in sync.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Validates a proposed JIRA ticket spec (or an existing ticket) against the organizational quality gates without writing anything. Returns a structured PASS/FAIL report per gate with concrete remediation. This is the single source of truth for what makes a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Creates or updates a JIRA ticket following organizational best practices. Enforces description quality (coding assistant / developer / stakeholder sections), Gherkin acceptance criteria, epic parent relationship, explicit link discovery (blocks / is blocked…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Enforces JSDoc documentation standards for this TypeScript project. This skill should be used when writing or reviewing TypeScript code to ensure proper documentation with file preambles, function docs, interface docs, and the critical distinction between…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Vendor-neutral access layer for Linear. Linear skills MUST delegate through this skill rather than calling Linear MCP tools or Linear GraphQL directly. Resolves Linear MCP first when authenticated, then falls back to LINEAR_API_KEY + Linear GraphQL in…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Add a Validation Journey section to an existing Linear Issue by analyzing the change type and generating appropriate verification steps with evidence markers. Linear counterpart of lisa:jira-add-journey.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Symmetric counterpart to lisa:jira-build-intake on the Linear side. Scans a Linear team for Issues carrying the configured `ready` build label, claims the first eligible Issue by relabeling to the configured `claimed` label, runs the implementation/build flow…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Creates Linear Projects (Epic-equivalent), Issues (Story / Task / Bug / Spike), and sub-Issues (Sub-task) from code files or descriptions. Analyzes the input, determines the appropriate hierarchy, and creates items with comprehensive quality requirements…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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 del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Parse a Linear Issue's Validation Journey section, execute the verification steps using appropriate tools (curl, test commands, database queries, Playwright), capture evidence at each [EVIDENCE: name] marker, and post to Linear + GitHub PR using the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Scans a Linear workspace (or a specific team) for projects carrying the configured `ready` PRD label and runs the first eligible one through the dry-run validation pipeline. A project that passes every gate gets tickets written and the label flipped to the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Fetches the full scope of a Linear work item — Issue or Project — including metadata, description, acceptance criteria, all comments, attachments, native relations (blocks/blocked_by/relates_to/duplicates), Project parent (if any) with siblings, and…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Break down a Linear PRD (a Linear Project) 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 Linear project URL and wants it converted…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Validates a proposed Linear work item spec (Project, Issue, or sub-Issue) — or an existing Linear item — against the organizational quality gates without writing anything. Returns a structured PASS/FAIL report per gate with concrete remediation. Single source…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Verifies a Linear work item meets organizational standards by fetching the live item and running it through lisa:linear-validate-issue. Catches anything dropped or reformatted on write — same gates as the pre-write check, but applied to what Linear actually…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Creates or updates a Linear work item — Project (Epic), Issue (Story), or sub-Issue (Sub-task) — following organizational best practices. Polymorphic: dispatches internally on issue_type to save_project (Epic) or save_issue (Story / Sub-task). Enforces…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Creates or idempotently updates a PRD as a Linear Project carrying exactly one PRD lifecycle project-label (`prd-draft` by default, or `prd-ready` when initial_role is ready so lisa:linear-prd-intake auto-claims it). The Linear PRD-source writer behind…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Audit whether this repository can run as a Claude Code remote routine (cloud session) and inventory everything Lisa AND the host project must install or configure in the cloud environment — CLIs/binaries, environment variables/secrets, startup hooks, MCP…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Inspect the current project's Lisa automation fleet and report whether the expected recurring jobs exist, match Lisa's setup contract, and show healthy recent activity. Read-only by default.

Idioma del texto original: inglés

actualizado
Mostrando 40 de 207 skills recopiladas.