sync: malware page, security alerts, review diagnostics, skill detail improvements
- Add malware security advisory page and SecurityAlertBanner component - Add review diagnostics API and reviewed stats page - Improve skill detail page with better scoring display and metadata - Update review API endpoints with enhanced filtering and stats - Add skill file serving improvements and cache enhancements - Remove legacy curation scripts (moved to internal tooling) - Update CLI search with score filtering support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -120,7 +120,7 @@ export default async function CliDocsPage({
|
||||
<div>
|
||||
<p className="text-sm text-text-muted mb-1">{tContent('exSearchSort')}</p>
|
||||
<code className="block text-sm font-mono">
|
||||
<span className="text-text-muted">$</span> npx skillhub search "code review" --sort stars --limit 5
|
||||
<span className="text-text-muted">$</span> npx skillhub search "code review" --sort aiScore --limit 5
|
||||
</code>
|
||||
<code className="block text-sm font-mono text-text-muted mt-1">
|
||||
# Sort options: recommended (default), aiScore, downloads, stars, rating, recent
|
||||
|
||||
Reference in New Issue
Block a user