Blockscout
Official@blockscout
Blockscout is a robust open-source tool for exploring, confirming, and inspecting transactions on any EVM blockchain.
Agent Skills by Blockscout
Showing 16 vetted skills indexed across 2 GitHub repositories.
pr-description
Generate structured PR descriptions from task artifacts and implementation snapshots.
implementation-plan
Generate implementation-plan.md and coding-task.md from an approved task-analysis.
task-analysis
Analyzes a task or feature request against the current codebase to generate structured task.md and solution_N.md files.
research-scope
Clarify codebase topics through guided discussion and propose a research-note outline.
solution-review
Compare implemented code against task statements and generate review.md findings.
task-to-code
Apply prepared coding-task changes and run defined verification steps.
read-temp-file
Read text files from the temp/ directory within a line limit.
consult-spec
Consult SPEC.md to verify architectural decisions and API specifications.
gh-issue-publish
Publish GitHub issues from markdown files via the GitHub CLI.
gh-issue-improvement
Generate structured Markdown improvement proposals for GitHub issues.
test-guided-tool-run
Locate integration tests and generate custom test scripts for MCP tools.
plan-export
Generate phased implementation plans for GitHub issues with verification steps.
gh-issue-bug
Generate structured GitHub bug reports in Markdown from conversation context.
describe-changes
Compose a high-level summary of code changes across functional, test, and documentation files.
implementation-plan-review
Critique implementation plans against GitHub issues and repository code.
codex-session-bootstrap
Load project rules from .cursor/AGENTS.md and .cursor/rules/*.mdc at session start.
Frequently Asked Questions About Blockscout
FAQPage SchemaWhat specific engineering tasks are enabled by these capabilities?▼
These capabilities enable systematic task analysis, generation of implementation plans, structured code review, and standardized GitHub issue reporting. Engineers use these to bridge the gap between high-level feature requests and granular code implementation, ensuring architectural consistency through verified documentation and systematic verification steps.
Which personas benefit most from these engineering capabilities?▼
Software engineers, technical leads, and project maintainers benefit from these capabilities. They are designed for developers managing complex repositories who require consistent documentation, rigorous task tracking, and structured feedback loops during the software development lifecycle to maintain high code quality and architectural alignment.
What are the prerequisites for integrating these capabilities into a repository?▼
Integration requires a repository structure containing standard markdown documentation, specifically SPEC.md for architectural decisions, and defined GitHub issue templates. The system relies on project-specific rules located in .cursor/AGENTS.md and .cursor/rules/ to bootstrap sessions and ensure context-aware generation of plans and reports.