Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cqlsh-rs

cqlsh-rs 收录了来自 scylladb 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
2
更新
2026-03-25
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

conventional-commit
软件开发工程师

Generate standardized commit messages following the Conventional Commits specification. Use when asked to commit changes, write a commit message, create a conventional commit, or when committing code. Analyzes staged changes and produces properly formatted commit messages.

2026-03-25
create-implementation-plan
软件开发工程师

Create a new implementation plan or sub-plan for cqlsh-rs features, refactoring, or infrastructure work. Use when asked to plan a feature, create a design document, write an implementation plan, break down a task into phases, or design architecture for a component. Produces structured, AI-executable plans with deterministic language.

2026-03-25
development-process
软件开发工程师

Guide the end-to-end development process for cqlsh-rs features: review plans, design tests, implement code, write tests, and update plan documents. Use when starting a new feature, picking up the next development task, or following the project's development workflow from plan to implementation.

2026-03-25
ci-failure-analysis
软件开发工程师

Implement and configure AI-powered CI failure analysis workflows for GitHub Actions. Use when setting up CI failure summaries, configuring claude-code-action for failure diagnosis, writing workflow_run triggered analysis, creating collapsed PR comments with failure diagnostics, implementing flaky test detection, or working on recurring issue tracking. Covers the full SP15 plan.

2026-03-13
github-actions
软件开发工程师

Author and maintain GitHub Actions workflows for CI/CD pipelines. Use when creating new workflows, modifying ci.yml, adding workflow jobs, configuring matrix builds, setting up caching, managing secrets, writing workflow_run triggers, creating release pipelines, or debugging GitHub Actions issues. Covers CI, benchmarking, release, and documentation workflows for cqlsh-rs.

2026-03-13
rust-clippy
软件开发工程师

Run Clippy with strict lint settings and fix warnings for Rust code. Use when asked to lint code, fix clippy warnings, enforce Rust idioms, check code quality, or run static analysis. Applies project-specific lint configuration and explains fixes.

2026-03-13
rust-testing
软件质量保证分析师与测试员

Generate comprehensive Rust tests for cqlsh-rs modules. Use when asked to write tests, add test coverage, generate unit tests, create integration tests, or improve test coverage for Rust code. Orchestrates test creation following project conventions, cargo test patterns, and the cqlsh-rs testing strategy.

2026-03-13
remember
软件开发工程师

Save lessons learned, debugging insights, and project-specific knowledge into persistent memory files. Use when asked to remember something, save a lesson, record a gotcha, document a pattern, or persist knowledge for future sessions. Syntax: /remember [domain] lesson content.

2026-03-13
rust-code-review
软件质量保证分析师与测试员

Perform comprehensive Rust code review covering correctness, safety, performance, and idiomatic patterns. Use when asked to review code, check for issues, audit a module, or ensure code quality before merge. Covers ownership, lifetimes, concurrency, API design, and Rust idioms.

2026-03-13
rust-error-handling
软件开发工程师

Apply idiomatic Rust error handling patterns using thiserror and anyhow. Use when asked to improve error handling, add error types, replace unwrap calls, design error hierarchies, or convert panics to proper error propagation. Follows the cqlsh-rs error handling conventions.

2026-03-13
rust-performance
软件开发工程师

Optimize Rust code for performance using profiling, benchmarking, and known optimization patterns. Use when asked to improve performance, reduce allocations, optimize hot paths, write benchmarks, or profile code. Covers criterion benchmarks, allocation tracking, and common Rust performance patterns.

2026-03-13
skill-creator
软件开发工程师

Create new skills, modify and improve existing skills for this project. Use when users want to create a skill from scratch, edit or optimize an existing skill, understand the skill format, or need guidance on writing effective SKILL.md files. Covers both Claude Code and GitHub Copilot compatible skill authoring using the Agent Skills open standard.

2026-03-13