Skip to main content
VilnaCRM-Org
GitHub 创作者资料

VilnaCRM-Org

按仓库查看 6 个 GitHub 仓库中的 226 个已收集 skills。

已收集 skills
226
仓库
6
更新
2026年7月25日
仓库浏览

仓库与代表性 skills

code-review
软件开发工程师

Systematically retrieve and address PR code review comments using make pr-comments. Use when handling code review feedback or addressing PR comments.

2026年6月11日
bmad-fr-nfr-review-gate
软件质量保证分析师与测试员

Codex entrypoint for post-implementation BMAD FR/NFR review gates. Use after a PR, feature, or bugfix has BMAD specs and must be checked against every functional requirement, non-functional requirement, expanded quality dimension, Wikipedia system quality…

2026年6月7日
bmad-fr-nfr-review-gate
软件质量保证分析师与测试员

Run a BMAD spec-driven post-implementation review gate. Use after implementing a GitHub PR, feature, bugfix, or task with BMAD specs to verify every FR/NFR, pinned NonFunctionals.com NFR category, expanded quality dimension, Wikipedia system quality…

2026年6月7日
clean-architecture-llm
软件开发工程师

Design LLM-powered modules with Clean Architecture boundaries, SOLID, DRY, KISS, and provider-agnostic ports/adapters. Use when adding prompt workflows, model/provider clients, tool orchestration, AI review automation, agent skills, or other LLM-backed…

2026年5月17日
advanced-elicitation
项目管理专家

advanced elicitation. Use when the user asks about advanced elicitation.

2026年4月12日
adversarial-review
信息安全分析师

adversarial review. Use when the user asks about adversarial review.

2026年4月12日
analyst
管理分析师

Research, briefs, discovery. Use when the user asks about analyst.

2026年4月12日
architect
软件开发工程师

Technical design, architecture. Use when the user asks about architect.

2026年4月12日
已展示 8 / 72 个已收集 Skill。
ci-workflow
软件质量保证分析师与测试员

Run comprehensive CI checks before committing changes. Use when the user asks to run CI, run quality checks, validate code quality, or before finishing any task that involves code changes.

2026年5月17日
code-organization
软件开发工程师

Ensure proper code organization with class names, directories, namespaces, and naming consistency following the principle "Directory X contains ONLY class type X".

2026年5月17日
implementing-ddd-architecture
软件开发工程师

Design and implement DDD patterns (entities, value objects, aggregates, CQRS). Use when creating new domain objects, implementing bounded contexts, designing repository interfaces, or learning proper layer separation. For fixing existing Deptrac violations,…

2026年5月17日
cache-management
软件开发工程师

Implement production-grade caching with cache keys/TTLs/consistency classes per query, SWR (stale-while-revalidate), layered explicit invalidation, and comprehensive testing for stale reads and cache warmup. Use when adding caching to queries, implementing…

2026年4月26日
code-review
软件质量保证分析师与测试员

Systematically retrieve and address PR code review comments using make pr-comments. Enforces DDD architecture, code organization principles, and quality standards. Use when handling code review feedback, refactoring based on reviewer suggestions, or…

2026年4月5日
developing-openapi-specs
软件开发工程师

Guide for contributing to the OpenAPI layer using processor pattern, complexity management, and functional programming. Use when adding endpoint factories, processors, parameter descriptions, reducing cyclomatic complexity, or fixing OpenAPI validation…

2026年4月5日
bmad-autonomous-planning
项目管理专家

Portable autonomous BMALPH planning for Codex. Use when the user wants specs from a short task description and expects the current AI session to orchestrate BMALPH subagents without human interaction.

2026年3月29日
bmalph
软件开发工程师

BMAD master agent — navigate phases. Use when the user asks about bmalph.

2026年3月29日
已展示 8 / 67 个已收集 Skill。
quality-standards
软件质量保证分析师与测试员

Overview of the protected frontend quality thresholds and a quick-reference router that maps every failing quality check — ESLint, TypeScript, markdownlint, jscpd, rust-code-analysis metrics, dependency-cruiser, Jest/Playwright coverage and visual tests,…

2026年7月3日
bmad-fr-nfr-review-gate
软件质量保证分析师与测试员

Run a BMAD spec-driven post-implementation review gate for React/TypeScript frontend work that blocks completion until every requirement row scores 5/5 and the gate reports zero new findings. Use when a GitHub PR, feature, bugfix, or task implemented against…

2026年7月3日
ci-workflow
软件质量保证分析师与测试员

Run the full local frontend CI suite through the profile's make target map and drive every check to green before committing. Use when the user asks to run CI, run quality checks, validate frontend code quality, or before finishing any task that touches…

2026年7月3日
code-review
软件质量保证分析师与测试员

Systematically retrieve, categorize, and address PR code review comments with an auditable evidence ledger — AI review loop, per-comment commits, suppression-free fixes, and pushed-head verification of required checks and approval. Use when handling code…

2026年7月3日
documentation-creation
软件开发工程师

Create a comprehensive frontend project documentation suite from scratch by analyzing the React/TypeScript codebase and verifying every claim against it. Use when setting up INITIAL documentation for a project or building a complete docs/ suite where none…

2026年7月3日
frontend-performance-accessibility
软件开发工程师

Hold a React frontend to its Lighthouse performance budgets (desktop 95 / mobile 85, integer-percent floors mapped by quality.lighthouse_desktop and quality.lighthouse_mobile), keep web-vitals, bundle size, and code-splitting healthy, defend deferred-DI…

2026年7月3日
frontend-quality-workflow
软件开发工程师

Run and fix the frontend static-quality lane — formatting, ESLint, TypeScript, markdownlint, jscpd duplication, and rust-code-analysis metrics — through the profile's make target map, raise-only and with no suppressions. Use when the user asks to format code,…

2026年7月3日
architecture
软件开发工程师

Capture the modular (bulletproof-react) frontend architecture - module/feature layering, the Component -> Hook -> Repository -> API flow, dependency-cruiser import boundaries, and path-alias conventions. Use when placing a feature, component, hook, store, or…

2026年7月2日
已展示 8 / 41 个已收集 Skill。
已展示 8 / 18 个已收集 Skill。
contract-testing-workflow
软件开发工程师

Use when touching the pinned user-service contracts — bumping USER_SERVICE_VERSION, editing a gql document under src/features, or fixing a red `make lint-contracts` / contract-testing.yml run. Covers the single upstream pin, the committed artifacts under…

2026年7月23日
ci-workflow
软件开发工程师

Use when validating website changes before commit, push, or PR — picking which Makefile suites to run, in what order (make format, then focused tests, then make lint), and how to react to failures. Triggers: "ready to commit", "before PR", "is this CI-green",…

2026年7月23日
documentation-creation
软件开发工程师

Use when authoring or updating documentation in the VilnaCRM website repo — feature READMEs under src/features, agent guides and SKILL.md skill docs under .claude/skills, or any Markdown that must pass make lint-md and make format. Covers website conventions…

2026年7月23日
documentation-sync
软件开发工程师

Use when a change touches Makefile targets, the Next.js/Apollo/MUI stack, a src/features feature, the GraphQL schema or Apollo resolvers, i18n en/uk copy, dependency-cruiser boundaries, or .claude/skills, and the matching docs (agents.md, CLAUDE.md,…

2026年7月23日
testing-workflow
软件质量保证分析师与测试员

Use when deciding which website test suite to run, picking the Jest client vs server vs integration env, or triaging a failing `make test-*` run — unit, e2e, visual, mutation, memory-leak, or load. Triggers on "which test should I run", "test-unit-client",…

2026年7月23日
frontend-performance-accessibility
软件开发工程师

Use when tuning website frontend performance or accessibility — running make lighthouse-desktop / make lighthouse-mobile, reading lighthouserc desktop/mobile budgets, reasoning about Core Web Vitals (LCP, CLS, INP), fixing MUI 9 / next-export-optimize-images…

2026年7月21日
load-testing
软件质量保证分析师与测试员

Use when creating, running, or debugging K6 load tests under src/test/load (homepage.js, swagger.js) with make test-load / make load-tests / make test-load-swagger — covering the smoke, average, stress, and spike scenario types, config.json tuning, p(99)…

2026年7月21日
observability-instrumentation
软件开发工程师

Use when wiring website frontend telemetry — Sentry browser init in pages/_app.tsx (@sentry/react), error boundaries, captureException with feature/route tags, the no-PII payload contract, sampling rates (tracesSampleRate / session replay), Next.js…

2026年7月21日
已展示 8 / 18 个已收集 Skill。
已展示 8 / 10 个已收集 Skill。
已展示 6 / 6 个仓库
已展示全部仓库