Skip to main content
grafana
GitHub-Creator-Profil

grafana

Repository-Ansicht von 200 gesammelten Skills in 29 GitHub-Repositories.

gesammelte Skills
200
Repositories
29
aktualisiert
27. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

profilecli-insights
Softwareentwickler

Query live Pyroscope profiles with profilecli, analyze them with pprof, and correlate hot functions with checked-out source code. Use when the user asks to investigate a service with a configured Pyroscope server, profilecli, and pprof.

17. Aug. 2026
k6-perf-test-website
Softwarequalitätssicherungsanalysten und -tester

Use when the user wants to performance-test, load-test, or stress-test a public website end-to-end with k6. Produces a hybrid (protocol + browser) test suite, SLO-backed thresholds, a load-generator monitor sidecar, and a Grafana-side investigation playbook…

13. Aug. 2026
synthetic-monitoring-checks
Softwarequalitätssicherungsanalysten und -tester

Author Grafana Cloud Synthetic Monitoring checks, with deep coverage of k6 scripted and browser checks: SM's single-VU/single-iteration execution model, assertions that actually fail probe_success (expect() and fail() vs bare check()), secrets, deterministic…

5. Aug. 2026
testing
Netzwerk- und Computersystemadministratoren

Probe, load-test, and instrument frontends from Grafana Cloud. Covers Synthetic Monitoring (HTTP / DNS / TCP / Ping / Traceroute / Multihttp / k6-browser scripted checks from 20+ global probes, alert on `probe_success` + TLS-cert expiry), Grafana Cloud k6…

30. Juli 2026
loki-label-analyzer
Netzwerk- und Computersystemadministratoren

Expert evaluator for Grafana Loki label strategy. Audits, designs, and improves label schemas using cardinality scoring, access-pattern alignment, static vs. dynamic label rules, and consistency checks. Use when the user asks to evaluate, audit, design, or…

24. Juli 2026
k6
Softwarequalitätssicherungsanalysten und -tester

Generate, validate, and review k6 test scripts — load, stress, spike, soak, smoke, breakpoint, functional, and protocol. Covers HTTP, WebSocket, gRPC, browser, all executors, thresholds, checks, custom metrics, the k6-testing library, k6 Cloud execution, and…

21. Juli 2026
datasources-provisioning
Netzwerk- und Computersystemadministratoren

Generate a copy-paste Grafana data source provisioning file (YAML or Terraform) for any plugin from its standardized settings schema on the plugins CDN. Use when the user wants to provision or configure a data source as code — e.g. "provision infinity",…

10. Juli 2026
prometheus-label-strategy
Netzwerk- und Computersystemadministratoren

Expert evaluator for Prometheus label strategy on Grafana Cloud. Audits, designs, and improves label schemas using cardinality scoring, access-pattern alignment, static vs. dynamic label rules, histogram bucket discipline, and instrumentation hygiene.…

9. Juli 2026
Es werden 8 von 49 gesammelten Skills angezeigt.
create-experiment
nicht klassifiziert

Set up a new A/B experiment in Grafana Pathfinder end to end — MTFF flag, variant validation, enrollment seam, exposure and behaviour analytics, QA overrides, tests, docs, and a retirement plan. Use when the user runs `/create-experiment`, asks to add or run…

19. Aug. 2026
create-experiment
nicht klassifiziert

Set up a new A/B experiment in Grafana Pathfinder end to end — MTFF flag, variant validation, enrollment seam, exposure and behaviour analytics, QA overrides, tests, docs, and a retirement plan. Use when the user runs `/create-experiment`, asks to add or run…

19. Aug. 2026
prevent-doc-drift
nicht klassifiziert

Per-PR documentation-drift prevention. When a PR adds new code subsystems, scripts, skills, docs, plugin routes, feature flags, or changes architecture relationships, this skill produces the AGENTS.md, CLAUDE.md, and .cursor/rules/ updates needed in the same…

17. Aug. 2026
secure
nicht klassifiziert

Security audit — frontend (F1-F6 rules from `.cursor/rules/frontend-security.mdc`), Go backend (URL allowlists, token handling, hardcoded secrets, unbounded reads), MCP HTTP transport (size / wallclock / concurrency caps, Zod-validated tool inputs), and…

17. Aug. 2026
review
nicht klassifiziert

Routed PR review orchestrator. Load for `/review` command or any PR review task.

11. Aug. 2026
techdebt
nicht klassifiziert

Locate technical debt in a subsystem or architectural component of a codebase. Use when the user runs `/techdebt <subsystem>` or asks to audit a module for smells, duplication, prop drilling, dead code, or other debt patterns. Examples: "/techdebt src/auth",…

11. Aug. 2026
bugfix
Softwareentwickler

Fix a robustness bug from GitHub issues using worktrees, test-first development, and subagents.

29. Juli 2026
changelog
Softwareentwickler

Draft a CHANGELOG.md entry from merged PRs since the last release tag. Categorizes by conventional-commit prefix (Added / Fixed / Chore / Security / Changed / Removed), rewrites PR titles into sentence-case narrative bullets with PR refs, and commits to the…

29. Juli 2026
Es werden 8 von 32 gesammelten Skills angezeigt.
migrate-provider
Softwareentwickler

Reference for porting a Grafana Cloud product from the legacy grafana-cloud-cli into a gcx provider — adapter, schema/example registration, CRUD redirect commands. HUMAN-DRIVEN — this skill is outside the integrate-with-gcx v1 autonomous workflow and must not…

27. Aug. 2026
agento11y
nicht klassifiziert

Inspects and manages Grafana Agent Observability resources via gcx: conversations, generations, evaluators, rules, scores, and templates. Use when the user wants to list or search conversations, inspect generations, manage evaluators (upsert, test, delete),…

26. Aug. 2026
review-pr
nicht klassifiziert

Review someone else's gcx pull request, produce a ranked report with a verdict, and optionally post it to GitHub as line-anchored inline comments. Covers what to report, in what order, when to stop, how to rank over-engineering findings, how to judge whether…

25. Aug. 2026
add-datasource
nicht klassifiziert

Use for the implementation workflow that adds gcx CLI support for a datasource type not registered in internal/datasources/providers — query client, command constructors, DatasourceProvider registration. Trigger on "add support for an unsupported datasource…

25. Aug. 2026
integrate-with-gcx
nicht klassifiziert

Guides a contributor and their coding agent through adding or extending a capability in the grafana/gcx codebase: deciding whether a new command is needed and where it belongs (provider, datasource kind, resource adapter, cloud command, or bundled skill),…

19. Aug. 2026
oncall-triage
Netzwerk- und Computersystemadministratoren

Triages active Grafana OnCall alert groups via gcx - list, inspect, acknowledge, silence, resolve. Use when the user is triaging what is actively paging in Grafana OnCall, or asks about active alert groups, acknowledging or silencing or resolving fires,…

13. Aug. 2026
agento11y-instrument
Softwareentwickler

Sets up and instruments a developer's own LLM app or agent to send generations and agentic workflow to Grafana Agent Observability (the Agent Observability SDKs) — greenfield setup, fixing broken instrumentation, or filling gaps in existing instrumentation.…

12. Aug. 2026
add-provider
Softwareentwickler

Use for the implementation workflow once a capability is already classified as a Grafana Cloud product provider (SLO, OnCall, Synthetic Monitoring, k6, ML, etc.) — provider package, commands, config keys, optional resource adapters. Trigger on "add provider",…

11. Aug. 2026
Es werden 8 von 31 gesammelten Skills angezeigt.
Es werden 8 von 26 gesammelten Skills angezeigt.
docs-review
nicht klassifiziert

Review documentation changes for style, accuracy, and completeness. Use when docs have been written or updated and need a quality check before submission, when the user asks to review docs, proofread, check style compliance, or verify technical accuracy of…

25. Aug. 2026
docs-pr-check
nicht klassifiziert

Assess documentation status for PRs — classify gaps, identify existing docs that need updating, and flag UI changes that may affect screenshots. Use when the user asks to check docs coverage for PRs, triage documentation needs, audit PRs for missing docs,…

21. Aug. 2026
docs-pr-write
nicht klassifiziert

Write or update product documentation for user-facing PR changes. Use when the user asks to write docs for a PR, document a PR, update existing docs based on a code change, process PRs flagged by docs-pr-check, or provides PR numbers or links and wants the…

21. Aug. 2026
sembr-reformat
Technische Redakteure

Reformat prose using Semantic Line Breaks (SemBr) from https://sembr.org while preserving rendered output and meaning. Use when asked to reflow plain text or compatible markup (Markdown, AsciiDoc, reStructuredText, LaTeX, Org, MediaWiki) into semantic…

17. Juli 2026
docs-workflow
Softwareentwickler

End-to-end workflow for PR documentation — check, write, review, and optionally validate screenshots. Use when the user wants to document one or more PRs from start to finish, run the full docs pipeline, or asks for a complete documentation pass on PRs.

25. Juni 2026
persona-check
Softwareentwickler

Use this skill to assess whether documentation content fits its intended audience. Identifies the target persona (Learner, Practitioner, Expert, Operator), use case, and entry state, then flags mismatches between the content and what that audience needs. Use…

25. Juni 2026
changelog-entry
Softwareentwickler

Create or fix Tempo changelog entries with .chloggen. Use when a PR needs a changelog, CHANGELOG.md was edited directly, or the user asks to add/update/amend release notes.

10. Juni 2026
fix-vendor-conflicts
Softwareentwickler

Resolve vendor/ conflicts during a merge, rebase, or dependency upgrade on main or release branches

13. Apr. 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
migrate-guide
nicht klassifiziert

Migrate a standalone guide or learning path to the Pathfinder package format by generating manifest.json (and path-level content.json for LJs). Reads content.json, index.json, recommender rules, and optionally website markdown to derive all manifest fields.…

16. Aug. 2026
review-learning-path
Softwarequalitätssicherungsanalysten und -tester

Guide a human reviewer through a learning path PR in interactive-tutorials — five phases from checkout through Block Editor smoke testing and GitHub submit. AI assists; the reviewer tests and approves comments. Use when the user runs /review-learning-path-pr.

16. Aug. 2026
preflight-learning-path
Softwarequalitätssicherungsanalysten und -tester

Guide a learning path author through pre-PR self-review in interactive-tutorials. Mirrors /review-learning-path-pr (shared static checklists, shared claim-check, Playwright DOM, readiness) from the author side, then optional package fixes and optional…

4. Aug. 2026
autogen-guide-dashboard
Softwareentwickler

Generate interactive guide content.json files from Grafana dashboard JSON. Analyzes dashboard panels, variables, rows, and data sources to produce a Pathfinder guide that tours or explains a dashboard. Use when the user provides dashboard JSON (file, pasted,…

13. Juli 2026
autogen-guide
Softwareentwickler

Generate interactive guide content.json files from source code. Analyzes React/TypeScript UI components to extract structure, selectors, field metadata, and conditional logic, then produces a Pathfinder guide JSON. Use when the user provides GitHub links to…

13. Juli 2026
audit-guide
Softwareentwickler

Comprehensive read-only audit of an existing Pathfinder guide. Combines structural (lint), semantic (check + best-practices decision trees + the 21 critical rules), and adversarial (attack) analysis into one phased workflow that produces a single prioritised…

12. Juli 2026
update-guide
Softwareentwickler

Modify an existing Pathfinder guide based on a change request. Plans the edit, applies it surgically, runs a review pass against critical rules, and validates with the Pathfinder CLI. Preserves all blocks outside the planned change. Use when the user wants to…

12. Juli 2026
ai-sdk-parity-review
Softwarequalitätssicherungsanalysten und -tester

Review any requested ai-sdk scope against the registered upstream Vercel AI SDK parity baseline. Use for PRs, the current git diff, a branch range, a package or directory such as providers/anthropic, a reported bug, a new feature, stream chunks, SSE framing,…

28. Juli 2026
ai-sdk-parity-upgrade
Softwareentwickler

Upgrade the registered upstream Vercel AI SDK parity baseline for the Go ai-sdk repo. Use when bumping upstream ai or @ai-sdk/* package versions, regenerating conformance expectations, reconciling upstream behavior changes, or moving…

28. Juli 2026
openspec-apply-change
Softwareentwickler

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

28. Juli 2026
openspec-explore
Softwareentwickler

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

28. Juli 2026
openspec-propose
Softwareentwickler

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

28. Juli 2026
pr-description-writer
Softwareentwickler

Write or rewrite pull request descriptions from a branch diff, commit range, existing PR, issue, upstream reference, specification, bug report, or review context. Use when an agent needs to create, update, or improve a PR body so it explains concrete code and…

28. Juli 2026
k6-docs
Softwareentwickler

Look up official k6 documentation with `k6 x docs` when writing, debugging, or configuring a k6 test, or reaching for any k6 API, option, executor, or CLI flag. k6 syntax changes between versions, so consult it instead of recalling k6 from memory or searching…

3. Juli 2026
k6-browser-test
Softwarequalitätssicherungsanalysten und -tester

Use this skill when the user wants to write a k6 browser test that interacts with a web page using a real browser (Chromium). Covers navigation, clicks, form fills, assertions, and web-vitals thresholds via the k6/browser module. Trigger on "browser test",…

6. Mai 2026
k6-load-test
Softwarequalitätssicherungsanalysten und -tester

Use this skill when the user says "write a k6 script", "generate a k6 load test", or "create performance tests with k6." Handles load, performance, stress, soak, and spike tests for APIs, services, and applications, leveraging k6 MCP tools for script…

6. Mai 2026
k6-playwright-converter
Softwarequalitätssicherungsanalysten und -tester

Use this skill when a user provides a Playwright script and needs a faithful conversion into a production-ready k6/browser test while following Grafana's migration guidance and MCP workflows.

6. Mai 2026
k6-smoke-test
Softwarequalitätssicherungsanalysten und -tester

Use this skill when the user wants a quick k6 smoke test to verify basic functionality under minimal load. Smoke tests run 1–5 VUs for a short duration and assert that endpoints respond correctly. Trigger on "smoke test", "sanity check", or "quick health…

6. Mai 2026
k6-test-planner
Softwarequalitätssicherungsanalysten und -tester

Use this skill to plan k6 test suites from natural-language requirements. It analyses the system under test, identifies the right test types (load, stress, soak, spike, smoke, browser), and produces a structured test plan that other k6 skills can execute.…

6. Mai 2026
12 von 29 Repositories angezeigt