address▌
7 indexed skills · max 10 per page
gh-address-comments
openai/skills · Productivity
Locate and address review comments on GitHub PRs using gh CLI with user-guided workflows. \n \n Fetches all comments and review threads from the open PR for the current branch, displaying them with summaries of required fixes \n Requires gh CLI authentication with elevated permissions (workflow/repo scopes); prompts re-authentication if rate limits or auth errors occur mid-run \n Presents numbered comment list to user for selection, then applies fixes to chosen comments \n Handles sandboxing con
address-github-comments
sickn33/antigravity-awesome-skills · Productivity
Systematically address GitHub PR review comments and issue feedback using the gh CLI. \n \n Fetches and inspects PR comments and review threads to understand feedback before applying fixes \n Guides categorization and planning of comments, with user confirmation checkpoints for prioritization \n Applies code changes and responds to comment threads as resolved using gh CLI commands \n Requires gh authentication; includes auth status verification as a prerequisite step \n
address-github-comments
davila7/claude-code-templates · Productivity
Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.
gh-address-comments
davila7/claude-code-templates · Productivity
$23
pr-address-comments
google-gemini/gemini-cli · Productivity
You are helping the user address comments on their Pull Request. These comments may have come from an automated review agent or a team member. \n OBJECTIVE: Help the user review and address comments on their PR. \n Comment Review Procedure \n \n Run the scripts/fetch-pr-info.js script to get PR info and state. MAKE SURE you read the entire output of the command, even if it gets truncated. \n Summarize the review status by analyzing the diff, commit log, and comments to see which still need to be
address-sanitizer
trailofbits/skills · Productivity
Memory error detection for C/C++ fuzzing via compile-time instrumentation. \n \n Detects buffer overflows, use-after-free, double-free, and memory leaks by instrumenting code at compile time with the -fsanitize=address flag \n Requires approximately 20TB of virtual memory; disable fuzzer memory limits with -rss_limit_mb=0 (libFuzzer) or -m none (AFL++) \n Introduces 2–4x performance overhead; best suited for testing and fuzzing, not production use \n Integrates with libFuzzer, AFL++, cargo-fuzz,
query-address-info
binance/binance-skills-hub · Productivity
Query wallet token holdings across multiple blockchains with real-time prices and 24-hour changes. \n \n Retrieves all tokens held by any wallet address, including token name, symbol, current USD price, and holding quantity \n Supports three chains: BSC (chainId 56), Base (8453), and Solana (CT_501) \n Returns 24-hour price change percentage for each token to help track market movements \n Includes pagination support via offset parameter for wallets with large token counts \n