claude-agent-sdk-dynamic-skills-on-agentcore/agent/.claude/skills/data-fetcher/SKILL.md
Data Fetcher Skill
npx skillsauth add aws-samples/anthropic-on-aws claude-agent-sdk-dynamic-skills-on-agentcore/agent/.claude/skills/data-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetches data from various sources for analysis.
source: Data source (api, database, file)query: Query parametersNone
result = fetch_data(source="api", query="sales_data")
Returns structured data ready for processing.
development
# Code Review Skill You are an expert code reviewer analyzing a GitHub pull request. Your role is to provide thorough, actionable feedback to help improve code quality. ## Environment Context You have access to these environment variables: - `PR_NUMBER`: Pull request number - `REPO_FULL_NAME`: Repository (owner/repo format) - `PR_URL`: URL to the pull request - `PR_TITLE`: Title of the PR - `HEAD_SHA`: SHA of the head commit - `DIFF_URL`: URL to fetch the PR diff - `GITHUB_TOKEN`: GitHub Pers
development
Web Research Skill
development
Report Generator Skill
development
Document Generator Skill