Skip to main content
blockscout
Perfil de criador do GitHub

blockscout

Visão por repositório de 98 skills coletadas em 5 repositórios do GitHub.

skills coletadas
98
repositórios
5
atualizado
9 de set. de 2026
explorador de repositórios

Repositórios e skills representativas

research-scope
Desenvolvedores de software

Investigate the intended scope of a codebase topic through discussion with a human, propose a research-note outline, and only create a .memory-bank/research file after explicit human confirmation.

25 de ago. de 2026
implementation-plan
Desenvolvedores de software

Turn an approved task analysis and selected solution into a technical design and coding-ready handoff under `tmp/tasks/<task-name>/`, with explicit human confirmation before the coding task is written.

10 de ago. de 2026
pr-description
Desenvolvedores de software

Draft or refresh a reviewer-facing Markdown PR description from `tmp/tasks/<task-name>/` and the current implementation snapshot, covering functional scope, API/config, migration, testing, and follow-ups.

10 de ago. de 2026
research-scope
Desenvolvedores de software

Investigate and clarify a reusable codebase topic through dialogue, then create or update a `.memory-bank/research` note only after explicit human confirmation.

10 de ago. de 2026
solution-review
Desenvolvedores de software

Review applied changes against the original task and artifacts under `tmp/tasks/<task-name>/`, identify scope mismatches, regressions, and verification gaps, and write a review before handoff or merge.

10 de ago. de 2026
task-analysis
Desenvolvedores de software

Analyze a non-trivial task against the current codebase, persist task framing and viable solutions under `tmp/tasks/<task-name>/`, align tradeoff criteria with a human, and recommend a path.

10 de ago. de 2026
task-to-code
Desenvolvedores de software

Implement a prepared `tmp/tasks/<task-name>/coding-task-X.md` exactly, validating the result without inventing missing scope or design decisions.

10 de ago. de 2026
implementation-plan
Desenvolvedores de software

Turn an approved task analysis and selected solution into a technical design and coding-ready handoff under `tmp/tasks/<task-name>/`, with explicit human confirmation before the coding task is written.

10 de ago. de 2026
Mostrando 8 de 40 skills coletadas.
add-env-var
sem classificação

Step-by-step checklist for adding a new NEXT_PUBLIC_* environment variable. Use when introducing any new runtime env var.

9 de set. de 2026
finalize-task
sem classificação

Land a finished product task — prune the working files (keep spec.md), then finalize the draft PR into ready-for-review.

8 de set. de 2026
resolve-review
sem classificação

Close out review findings — adjudicate each one, fix what deserves fixing, then reply on the PR threads or in the task's review file.

8 de set. de 2026
review-changes
sem classificação

Review a change on three axes — spec compliance, repo standards, correctness — then publish the findings as inline PR comments or into a review file in the task folder.

8 de set. de 2026
add-new-page
Desenvolvedores de software

Scaffold a new page (index / detail / general) and optionally wire it to API data. Use when adding any new route to the app, or when wiring API data into an already-scaffolded page (one with `TODO (api-data):` markers).

31 de ago. de 2026
resolve-config-request
Administradores de redes e sistemas de computador

Turn a Slack request into the exact env vars to set on a live instance, and hand them to DevOps.

27 de ago. de 2026
slack-watch
Desenvolvedores de software

Watch Slack threads (DMs and channels) for new replies over a Socket Mode WebSocket, printing one line per genuinely-new reply. Use to be notified inside a live local Claude Code or Cursor session (not a cloud agent).

27 de ago. de 2026
grill-the-task
Especialistas em gestão de projetos

Grill a product task (GitHub issue) into implementable work.

25 de ago. de 2026
Mostrando 8 de 23 skills coletadas.
export-plan-review-comments
Desenvolvedores de software

Export the survived comments from a completed implementation-plan review into a timestamped Markdown findings artifact. Use when the user asks to save, write, or export plan-review comments/findings under…

25 de jul. de 2026
implementation-plan-review
Analistas de garantia de qualidade de software e testadores

Expert review of an implementation plan against a GitHub issue/enhancement description (provided as a local file or a GitHub issue URL) and the current repository codebase. Use when asked to critique a plan for correctness, completeness, codebase alignment,…

25 de jul. de 2026
review-plan-findings-feedback
Analistas de garantia de qualidade de software e testadores

Manually review a feedback file produced after implementation-plan review findings were addressed. Use when the user asks to verify that plan changes correctly close, correctly reject, or fail to close the original findings, while checking for newly…

25 de jul. de 2026
address-plan-findings
Desenvolvedores de software

Validate review findings about an implementation plan against the codebase and repo rules, fix the valid ones in the plan, and write a feedback file noting what changed and what was rejected (and why). For plan-review findings, not code-review findings.

16 de jul. de 2026
sepolia-foundry-tx
Desenvolvedores de software

Use this skill whenever the agent needs to deploy a smart contract to Sepolia testnet via Foundry (`forge create` or `forge script --broadcast`), routed through the Blockscout PRO API's JSON-RPC gateway instead of a third-party RPC provider. Trigger on…

16 de jul. de 2026
address-code-review-comments
Analistas de garantia de qualidade de software e testadores

Enter the worktree of a GitHub PR, validate the code-review comments raised on it against what the code actually does and the repo rules, fix the valid ones directly in the PR's source/tests, and report in chat — a brief note per closed comment and a detailed…

19 de jun. de 2026
consult-spec
Desenvolvedores de software

TRIGGER CONDITIONS - invoke this skill when ANY of these apply: User-triggered (explicit request): - User mentions "specification", "SPEC", "SPEC.md", "spec requirements" - User asks to "verify with spec", "confirm with specification", "check requirements" -…

19 de jun. de 2026
describe-changes
Desenvolvedores de software

Describe very high level changes required to implement discussed functionality (functionality, test, docs)

19 de jun. de 2026
Mostrando 8 de 18 skills coletadas.
openapi-spec
Desenvolvedores de software

Create, adjust, or inspect OpenAPI declarations for Blockscout API v2 endpoints. Use this skill whenever the user asks to: add an OpenAPI spec to an endpoint that lacks one, update a spec after controller/view changes, audit or fix an existing OpenAPI…

8 de mai. de 2026
elixir-clause-grouping
Desenvolvedores de software

Use when refactoring Elixir multi-clause functions, extracting helper functions, or fixing Credo readability warnings caused by placing `defp` helpers between clauses of the same function. Keeps function clauses contiguous and moves helpers below the full…

9 de abr. de 2026
update-common-blockscout-env
Desenvolvedores de software

Ensure every newly introduced environment variable is also added to docker-compose/envs/common-blockscout.env so local Docker setups stay aligned with runtime configuration.

7 de abr. de 2026
with-to-case-refactor
Desenvolvedores de software

Replace `with` expressions that contain only a single `<-` clause and an `else` branch with a `case` expression. This addresses the Credo warning "with contains only one <- clause and an else branch, consider using case instead" and produces cleaner, more…

6 de abr. de 2026
elixir-credo-predicate-naming
Desenvolvedores de software

Use when working on Elixir code with Credo predicate naming warnings, boolean helper functions, or renaming functions that start with is_. Prevents violations like: Predicate function names should not start with 'is' and should end in a question mark.

10 de mar. de 2026
alias-nested-modules
Desenvolvedores de software

Define module aliases at the top of the file instead of using fully qualified nested module names in function bodies. Improves code readability and maintainability while addressing Credo style warnings.

6 de mar. de 2026
alphabetically-ordered-aliases
Desenvolvedores de software

Ensure that aliases are alphabetically ordered within their groups to maintain consistent code style and address Credo readability warnings.

6 de mar. de 2026
code-formatting
Desenvolvedores de software

Fixes code formatting in the Blockscout Elixir project using mix format. Use when you need to fix formatting violations, code style inconsistencies, or ensure consistent code formatting. For linting issues, use `mix credo`. Use this skill for every change…

6 de mar. de 2026
Mostrando 8 de 13 skills coletadas.
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos