CtrlK
BlogDocsLog inGet started
Tessl Logo

mattermost-ai-marketplace

github.com/mattermost/mattermost-ai-marketplace

SkillAddedReview
cherry-pick-create-pr

plugins/cursor-automations/skills/cherry-pick-create-pr/SKILL.md

Cherry-pick a single merged commit onto one release-X.Y branch, correctly resolving conflicts, running lint in a separate commit, pushing, and opening a cherry-pick PR via the create_pr_tool MCP following the PR template. Self-contained (carries its own conflict-resolution logic). Use inside a per-branch subagent when backporting a merged PR to a release branch. Has side effects (push + open PR).

73

claude-md-improver

plugins/claude-md-improver/skills/claude-md-improver/SKILL.md

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

87

1.39x
code-simplifier

plugins/code-simplifier/skills/code-simplifier/SKILL.md

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

76

1.00x
conflicts

plugins/conflicts/skills/conflicts/SKILL.md

Resolve git merge conflicts by analyzing change intent across branches. Use when the user asks to resolve merge conflicts, sync a branch, merge branches, or when a git merge produces conflicts.

65

grafana

plugins/grafana/skills/grafana/SKILL.md

Investigate production issues, query logs and metrics, and explore dashboards on the Mattermost Grafana instance at grafana.internal.mattermost.com.

66

plugin-security-release-targets

plugins/cursor-automations/skills/plugin-security-release-targets/SKILL.md

Given a Mattermost priority/severity level and a plugin repository, resolve the target plugin release-X.Y branches by cross-referencing the platform release policy with the plugin versions declared in each platform Makefile. Returns only branches that exist on the plugin's origin.

66

security-fix

plugins/security-fix/skills/security-fix/SKILL.md

Orchestrates test-driven fixes for Mattermost security tickets (Jira/Atlassian) with a Staff Security Engineer mindset: failing secure-behavior tests first, then implementation, then security review and edge-case loops, then opening a non-draft PR that follows `.github/PULL_REQUEST_TEMPLATE.md` when present, with a vague public description (no exploit detail). Use when the user invokes /security-fix:security-fix with a mattermost.atlassian.net browse URL, MM-* security work, backend permission or authorization bugs, or asks for this security TDD workflow.

65

security-release-targets

plugins/cursor-automations/skills/security-release-targets/SKILL.md

Given a Mattermost priority/severity level (Critical/High/Medium/Low), resolve the target release-X.Y branches to cherry-pick onto by parsing the Mattermost release policy (ESR/active/upcoming) and keeping only branches that exist on mattermost/mattermost. Use when you need the list of release branches a fix must be backported to for a given severity.

70

test-quality-reviewer

plugins/test-evaluator/skills/test-evaluator/SKILL.md

Evaluate the quality and efficacy of existing tests by reviewing test code against source code. Use when the user asks to review tests, validate test quality, audit test suites, check test efficacy, or assess whether tests are testing things properly. Prioritizes real interactions over mocking and simulation.

76

update-go-version

plugins/dev-workflows/skills/update-go-version/SKILL.md

Update the Go version in go.mod (and related config files) to the latest stable release. Fetches the current latest version from the web, updates all relevant files, runs go mod tidy, and commits.

83

1.07x