plan-export

33
blockscoutblockscout

Export a detailed phased implementation plan for a GitHub issue to a file, reading all applicable rules from .cursor/rules before planning

195 days ago

gh-issue-bug

33
blockscoutblockscout

Generate a structured bug report for GitHub issues based on conversation context about bugs, errors, or broken functionality

195 days ago

test-guided-tool-run

33
blockscoutblockscout

Use when user asks to "run tool as function", "test directly", or "call standalone" (outside MCP server). Essential for correct mock Context setup (MagicMock + AsyncMock). Finds integration tests with real test data.

195 days ago

gh-issue-improvement

33
blockscoutblockscout

Generate a structured improvement/enhancement proposal for GitHub issues based on conversation context

195 days ago

read-temp-file

33
blockscoutblockscout

Reads the content of a file located in the temporary directory (temp/) which is otherwise ignored by git.

195 days ago

describe-changes

33
blockscoutblockscout

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

195 days ago

consult-spec

33
blockscoutblockscout

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" - User requests "authoritative requirements" or "source of truth" Agent self-triggered (during reasoning): - Before implementing any feature or making code changes - When verifying technical requirements or constraints - When making architectural or design decisions - When you need unbiased guidance not influenced by current implementation - When encountering conflicting information and need ground truth PURPOSE: Consults SPEC.md through an isolated subagent that ONLY reads the specification, never implementation code. This ensures guidance is based on authoritative requirements, not potentially incorrect existing code.

195 days ago