Skip to main content

이 저장소의 skills

CodySwannGT/grist - 3페이지

SkillsMP는 CodySwannGT/grist에서 207개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

CodySwannGT/grist

수집된 skill 207개 중 40개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Convert empirical verification into a regression test (Playwright for UI, integration test for API/DB, benchmark for performance, etc.) so it doesn't regress. Mandatory step after verification passes — invoked from verification-lifecycle and from each…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Detect locally-authored agent definitions and regenerate them in the formats of the other coding agents this project supports (per .lisa.config.json).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply human-marked dispositions from a Debrief triage document — route accepted learnings to their persistence destinations (Edge Case Brainstorm checklist, project rules, memory, tracker tickets). Reads the triage doc produced by /lisa:debrief; deterministic…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Debrief a shipped initiative — mine tickets, PRs, and review threads to surface candidate learnings (edge cases, gotchas, friction, tooling gaps, convention drift) for human triage. Stops after producing the triage doc; persistence happens in…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Verify that the wiki is correctly set up and (after migration) fully functional. Runs deterministic checks plus functional smoke tests, writes a doctor report, and returns an overall verdict (READY / READY_WITH_WARNINGS / NOT_READY). The final gate of…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Explore gaps in the automated Playwright/e2e suite: inventory the app's routes and existing tests, find routes with no coverage or flows tested only on the happy path (missing error, permission, empty, loading, and edge cases), confirm each in the running…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run a first-time-user exploratory QA walkthrough: experience the app like a brand-new human user in a real browser or browser automation session, clicking/typing/selecting through visible controls to find anything confusing, broken, or hard to understand…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix all violations of one or more ESLint rules across the codebase

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate the setup/build script and environment-variable template to paste into a Claude Code remote routine environment so this repo runs in the cloud. Runs /lisa:analyze-claude-remote, then writes an idempotent, detect-before-install bash script that…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create conventional commits for current changes

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Prune local branches that have been deleted on remote

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Push changes and create or update a pull request

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement a single work item end-to-end. Vendor-agnostic: given a work-item URL/key (JIRA, Linear, GitHub Issues) or description, reads it, determines work type (Build/Fix/Improve/Investigate), assembles an agent team, runs the full lifecycle through PR +…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reduce the cognitive complexity threshold by 2 and fix all violations

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reduce max lines per function threshold and fix violations

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reduce max file lines threshold and fix violations

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Increase test coverage to a specified threshold percentage

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Improve test quality by analyzing and strengthening weak, brittle, or poorly-written tests

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Inspect one PRD or build item, explain how Lisa classifies it right now, and report the exact intake or repair gate affecting it. Read-only by default.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Vendor-agnostic batch scanner for Ready queues. Notion PRD database URL → finds Status=Ready PRDs and runs lisa:plan per item. Confluence space or parent-page URL → finds prd-ready PRDs and runs lisa:plan per item. Linear workspace or team URL → finds…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Monitor application health AND audit observability completeness for the current repo, then file build-ready tickets for anomalies and instrumentation gaps. Health/logs/errors/performance via the stack ops-specialist or stack-agnostic base probing;…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Behavior-preserving simplification of recently-changed code — dedup, reuse, readability, and dead-code removal, quality only (never a bug hunt). Vendor-neutral cross-agent equivalent of the upstream code-simplifier agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Thorough PR-style review of the full diff — bugs, security, performance, and maintainability — with concrete fixes and a structured summary. An independent Lisa-native review (does NOT call CodeRabbit's service); vendor-neutral cross-agent equivalent of the…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook — the cross-agent equivalent of the upstream safety-net plugin's set/verify-custom-rules skills.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Install and configure the Sentry SDK for a project — detect the framework, add the right @sentry/<framework> package, init the client, wire the DSN via env, enable error + performance monitoring, and set up source maps. One consolidated skill covering react,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

AI debugging — given an error, stack trace, or failing test, analyze it, 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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Author a new Lisa skill end-to-end — scaffold the SKILL.md frontmatter, write the pass-through command, follow hyphen naming and placement under plugins/src, and rebuild plugins. Lisa-native equivalent of the upstream skill-creator plugin.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Plan work from a single PRD or specification. Decomposes into ordered work items in the configured tracker (JIRA, GitHub Issues, or Linear per .lisa.config.json). Source can be a Notion / Confluence / Linear / GitHub Issue URL, a JIRA epic key, a markdown…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Explain plugin source/generated drift and marketplace registration gaps without modifying the working tree.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Walk through the live product via a real browser (Playwright MCP) to ground PRD evaluation or ticket creation in what exists today. Captures current behavior, design-vs-product divergence, reuse candidates, and behavioral surprises.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Generate persona-grounded, verifiable product ideas for the host project, then create PRDs for the selected build-ready ideas via lisa:research. First derives the personas the project actually serves (from its docs, code, data model, and releases — never…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Address and resolve PR review comments (human + bot): implement valid feedback, reply to invalid, resolve every thread.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Inspect the current project's PRD and build queues, summarize lifecycle counts, and surface actionable queue-health signals without mutating work.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Repair counterpart to /lisa:intake. Vendor-agnostic batch scanner that finds stuck or half-closed work — items left in `blocked`, stalled in an in-progress role (build `claimed`, PRD `in_review`), terminal-labeled items still natively open, rollups whose…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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) via…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review local branch changes compared to main

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Run an OWASP ZAP baseline security scan locally using Docker

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Set up Atlassian (cloudId + acli profile) for this project. Writes the `atlassian` section of `.lisa.config.json` and enables the Atlassian MCP and/or installs acli as needed. Prerequisite for /lisa:setup:jira and /lisa:setup:confluence.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Set up the recurring LLM Wiki ingest automation on the local workstation using the runtime's native scheduler (Codex automations / Claude /schedule): wiki-ingest, a full /lisa-wiki:ingest cycle, once a day by default (override with cadence). A declarative…

원문 언어: 영어

업데이트
수집된 skill 207개 중 40개를 표시합니다.