ソース情報
- リポジトリ
- stbenjam/skillsaw
- ソースの最終更新活動
- 2026年9月2日 01:46
- 検出された SKILL.md の言語
- 英語
- スター
- 63
- フォーク
- 15
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/stbenjam/skillsaw --skill profile-endpointコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| name | profile-endpoint |
| description | Latency profiling for a single HTTP endpoint. |
Attributes an endpoint's p99 to database time, downstream calls, and in-process work.
Enable the continuous profiler for the target deployment, drive load with
loadgen, and export a 60-second window. The flags are listed in the
loadgen reference.
Compare the flame graph against the trace waterfall. Time that appears in the trace but not the profile is time spent waiting on something else, usually the database. The trace guide covers the waterfall view, and the query catalogue the common offenders.