describe-changes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited describe-changes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill composes a concise description of changes required to implement the feature or fix the issue discussed in the conversation. The purpose is to confirm the agent's understanding of the scope and what files will be modified.
When invoked, this skill generates a structured description of all changes needed to address the discussed issue/feature. This description serves as a confirmation that the agent:
MANDATORY: Before listing ANY file in the changes description, you MUST read that file first using the Read tool.
Why this matters:
Verification checklist before including a file:
If you have NOT read a file, you MUST read it before including it in the description.
Identify from the conversation:
Before proceeding, use the Read tool to examine:
DO NOT SKIP THIS STEP. Reading files is not optional - it's the core purpose of this skill to ensure accurate understanding.
Create a Markdown document with the following sections:
## Changes Description
### Functional Changes
[List each file with a brief description of what will change]
- `path/to/file.py`: [What will be modified and why]
- `path/to/another_file.py`: [What will be modified and why]
### Test Changes
[List unit test files that need to be created or modified]
- `tests/tools/category/test_feature.py`: [New tests or modifications needed]
### Integration Test Changes
[List integration test files if applicable, or state "No integration test changes required"]
- `tests/integration/category/test_feature_real.py`: [New tests or modifications needed]
### Documentation Changes
[List documentation files including AI-coding agent artifacts]
- `SPEC.md`: [What sections need updating]
- `AGENTS.md`: [Project structure updates if applicable]
- `.cursor/rules/xxx.mdc`: [Rule file changes if applicable]
- `API.md`: [API documentation updates if applicable]
### Project Artifacts
[List non-functional project files like configuration]
- `pyproject.toml`: [Dependency or metadata changes if needed]
- Other configuration files as applicable## Changes Description
### Functional Changes
- `blockscout_mcp_server/tools/transaction/get_pending_txs.py`: New tool implementation for fetching pending transactions with pagination support
- `blockscout_mcp_server/tools/common.py`: Add helper function for pending transaction status normalization
- `blockscout_mcp_server/server.py`: Register the new `get_pending_txs` tool
### Test Changes
- `tests/tools/transaction/test_get_pending_txs.py`: Unit tests covering success scenarios, error handling, pagination, and edge cases
### Integration Test Changes
- `tests/integration/transaction/test_get_pending_txs_real.py`: Integration tests with real network calls to verify pending transaction retrieval
### Documentation Changes
- `AGENTS.md`: Add new tool module to project structure
- `SPEC.md`: Document the new tool's behavior and API contract
- `.cursor/rules/110-new-mcp-tool.mdc`: No changes needed (existing rule covers new tools)
### Project Artifacts
- No changes requiredWhen the user says:
/describe-changesYou should:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.