搜索结果
全部能力
找到 990 个相关结果 / 评审反馈
安全与治理 / 审核评估
asc-revenuecat-catalog-sync
asc-revenuecat-catalog-sync
Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP.…
安全与治理 / 审核评估
ln-646-project-structure-auditor
ln-646-project-structure-auditor
Audits physical architecture structure: modules, domains, layer layout, junk drawers, and framework placement. Use for structure drift.
安全与治理 / 审核评估
readwise-cli
readwise-cli
How to use the Readwise CLI — access highlights, documents, and your entire reading library from the command line
安全与治理 / 审核评估
funda-data
funda-data
Fetch financial data from the Funda AI API (https://api.funda.ai). Covers quotes, historical prices, financials, SEC filings, transcripts, analyst estimates, options flow/greeks/GEX, supply chain graph, social sentiment, Polymarket, congressional trades, economics, ESG, news, AI-enriched news (sentiment + event timeline), AI-company recruit signals, and a Claude API proxy via Bedrock. Triggers: stock quotes, balance sheet, income statement, cash flow, analyst targets, DCF, options chain/flow, GEX, IV rank, max pain, earnings/dividend/IPO calendar, 10-K/10-Q/8-K, suppliers/customers/competitors, insider trades, 13F, Reddit/Twitter sentiment, Polymarket, treasury rates, GDP, CPI, FRED, commodity/forex/crypto, stock screener, ETF holdings, COT, ticker sentiment, OpenAI/Anthropic/xAI/Google/Mercor/SurgeAI job postings, product launch probabilities, AI threat to public stocks. Also triggers for "funda" or "funda.ai". If only a ticker is provided and Funda API can answer, use this skill.
安全与治理 / 审核评估
create-pr
create-pr
Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review…
安全与治理 / 审核评估
logging-best-practices
logging-best-practices
Logging best practices for applications and services including structured logging, log levels, and log management strategies
安全与治理 / 审核评估
network-watcher
network-watcher
Audit and monitor network requests made by OpenClaw skills. Detects data exfiltration, unauthorized API calls,
安全与治理 / 审核评估
isms-audit-expert
isms-audit-expert
Senior ISMS Audit Expert for internal and external information security management system auditing. Provides ISO 27001 audit expertise, security audit program…
安全与治理 / 审核评估
security-scan
security-scan
Scan code for security vulnerabilities including OWASP Top 10, secrets, and misconfigurations. Use when you need comprehensive security analysis of a codebase.
安全与治理 / 审核评估
google-sheets
google-sheets
Google Sheets integration. Manage analytics data, records, and workflows. Use when the user wants to interact with Google Sheets data.
安全与治理 / 审核评估
lint-and-validate
lint-and-validate
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards.…
安全与治理 / 审核评估
lead-qualification
lead-qualification
Score and qualify leads based on criteria and fit
安全与治理 / 审核评估
ln-644-dependency-graph-auditor
ln-644-dependency-graph-auditor
Builds dependency graph, detects cycles, validates boundary rules, calculates coupling metrics (Ca/Ce/I). Use when auditing dependency structure.
安全与治理 / 审核评估
firebase-storage
firebase-storage
Build with Firebase Cloud Storage - file uploads, downloads, and secure access. Use when: uploading images/files, generating download URLs, implementing file pickers, setting up storage security rules, or troubleshooting storage/unauthorized, cors errors, quota exceeded, or upload failed errors. Prevents 9 documented errors.
安全与治理 / 审核评估
network-security-groups
network-security-groups
Configure network security groups and firewall rules to control inbound/outbound traffic and implement network segmentation.
安全与治理 / 审核评估
supabase-development
supabase-development
Supabase development guidelines for database, authentication, real-time subscriptions, and Edge Functions.
安全与治理 / 审核评估
comparison-table-generator
comparison-table-generator
When the user wants to create, optimize, or audit a comparison table section—an in-page block (HTML table or responsive equivalent) comparing products,…
安全与治理 / 审核评估
provider-pattern
provider-pattern
Teaches the provider pattern for sharing data across component trees. Use when multiple nested components need access to the same data and prop drilling…
安全与治理 / 审核评估
ln-512-tech-debt-cleaner
ln-512-tech-debt-cleaner
Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup.
安全与治理 / 审核评估
flyweight-pattern
flyweight-pattern
Teaches the flyweight pattern for memory optimization. Use when your application creates large numbers of similar objects and memory consumption is a concern.