用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stbenjam/skillsaw --skill bad-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Analyze upstream specs (agentskills.io, Claude Code plugin/marketplace format, OpenAI Codex plugins/marketplace, OpenClaw, MCP and MCP Registry, CodeRabbit, APM) for changes, identify gaps in skillsaw's rule coverage, and create or update PRs to close those gaps. Use when performing periodic maintenance on the skillsaw linter.
Use when reviewing database migration plans for rollback coverage and schema compatibility before approval.
Review schema migration plans. Use when preparing database schema changes.
基于 SOC 职业分类
正在显示 SKILL.md
| name | bad-name |
| description | A skill for testing content section length violations |
| metadata | {"openclaw":{"os":"invalid","requires":{"bins":"not-a-list"}}} |
This section is intentionally very long to trigger the content-section-length rule. The rule fires when a single markdown section exceeds 500 tokens, which is approximately 2000 characters. To reliably trigger this threshold, the section must contain enough prose to push past the limit. Each sentence adds roughly 50-100 characters, so approximately twenty to thirty sentences should be sufficient to reach the required length.
Start by gathering all available data from the configured data sources. Connect to each database instance using the connection parameters stored in the environment variables. Execute the data extraction queries against each table in the schema. Transform the raw data into the normalized format expected by downstream consumers. Validate each record against the schema definition before writing to the output buffer. Handle any schema violations by logging the error and skipping the record. Aggregate the validation results into a summary report for the user. Write the transformed data to the output directory in the configured format. Compress the output files if the total size exceeds the threshold. Upload the compressed archives to the configured cloud storage bucket. Update the metadata catalog with the new data version and timestamp. Notify the downstream consumers that new data is available for processing. Monitor the consumer acknowledgment within the timeout period. Retry failed notifications up to three times with exponential backoff between attempts. Log all retry attempts with the consumer identifier and failure reason. Generate a final execution report with timing metrics for each step. Include the record counts, error rates, and throughput measurements in the report. Store the execution report alongside the data files in cloud storage. Clean up any temporary files created during the extraction and transformation phases. Release all database connections back to the connection pool. Send the execution summary to the monitoring dashboard. Archive the log files for the current run in the designated log storage location. Verify the archival was successful by reading back the first and last entries. Update the job scheduler with the completion status and next scheduled run time. Record the total elapsed time and peak memory usage in the metrics system. Mark the pipeline run as complete in the orchestration database. Trigger any dependent pipelines that were waiting on this data refresh. Validate that the triggered pipelines started within their expected launch window. Report any pipeline launch failures to the operations channel for manual investigation. End the execution by releasing the distributed lock on the pipeline configuration. Confirm the lock release was successful to prevent deadlocks in subsequent runs of this pipeline.