Skip to main content

このリポジトリの skills

praxstack/ai-visual-code-review - 4ページ

SkillsMP は praxstack/ai-visual-code-review から 176 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

praxstack/ai-visual-code-review

収集済み skill 176 件中 40 件を表示しています。

職業分類
未分類
説明

Manage project learnings.

原文の言語: 英語

更新
職業分類
未分類
説明

YC Office Hours — two modes. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in.

原文の言語: 英語

更新
職業分類
未分類
説明

Pair a remote AI agent with your browser. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

CEO/founder-mode plan review. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Designer's eye plan review — interactive, like CEO and Eng review. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Interactive developer experience plan review. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Eng manager-mode plan review. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Report-only QA testing. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Systematically QA test a web application and fix bugs found. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Weekly engineering retrospective. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Pre-landing PR review. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Configure deployment settings for /land-and-deploy.

原文の言語: 英語

更新
職業分類
未分類
説明

Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Turn vague intent into a precise, executable spec in five phases. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

原文の言語: 英語

更新
職業分類
未分類
説明

Generate a custom checklist for the current feature based on user requirements.

原文の言語: 英語

更新
職業分類
未分類
説明

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

原文の言語: 英語

更新
職業分類
未分類
説明

Create or update the project constitution from interactive or provided principle inputs.

原文の言語: 英語

更新
職業分類
未分類
説明

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.

原文の言語: 英語

更新
職業分類
未分類
説明

Execute the implementation plan by processing and executing all tasks defined in tasks.md

原文の言語: 英語

更新
職業分類
未分類
説明

Execute the implementation planning workflow using the plan template to generate design artifacts.

原文の言語: 英語

更新
職業分類
未分類
説明

Create or update the feature specification from a natural language feature description.

原文の言語: 英語

更新
職業分類
未分類
説明

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

原文の言語: 英語

更新
職業分類
未分類
説明

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

原文の言語: 英語

更新
職業分類
未分類
説明

Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).

原文の言語: 英語

更新
職業分類
未分類
説明

Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.

原文の言語: 英語

更新
職業分類
未分類
説明

Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.

原文の言語: 英語

更新
職業分類
未分類
説明

Runs a Semgrep security scan over a codebase: detects languages, selects rulesets, presents the plan for explicit approval, then runs every approved ruleset through scripts/run-scans.sh, which batches the semgrep processes and writes scans.json, and merges…

原文の言語: 英語

更新
職業分類
未分類
説明

Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.

原文の言語: 英語

更新
職業分類
未分類
説明

Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts.

原文の言語: 英語

更新
職業分類
未分類
説明

Fast headless browser for QA testing and site dogfooding. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Turn any markdown file into a publication-quality PDF. (gstack)

原文の言語: 英語

更新
職業分類
未分類
説明

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

原文の言語: 英語

更新
職業分類
未分類
説明

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

原文の言語: 英語

更新
職業分類
未分類
説明

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.

原文の言語: 英語

更新
収集済み skill 176 件中 40 件を表示しています。