claude-agent-sdk-dynamic-skills-on-agentcore/agent/.claude/skills/data-analysis-workflow/SKILL.md
Data Analysis Workflow
npx skillsauth add aws-samples/anthropic-on-aws claude-agent-sdk-dynamic-skills-on-agentcore/agent/.claude/skills/data-analysis-workflowInstall 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.
Orchestrates a complete data analysis workflow using multiple skills.
data-fetcher: For retrieving source datareport-generator: For creating final reportssource: Data source for fetchingquery: Query parameters for data fetchingreport_format: Final report formatThis is a meta-skill that coordinates other skills to complete a full analysis workflow.
Input: source="api", query="sales_2024", report_format="html"
Output: Complete HTML report with analyzed sales data
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