ソース情報
- リポジトリ
- jmagly/aiwg
- ソースの最終更新活動
- 2026年7月20日 16:54
- 検出された SKILL.md の言語
- 英語
- スター
- 178
- フォーク
- 26
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jmagly/aiwg --skill security-gateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
WCAG accessibility analysis for color palettes including contrast ratios, compliance checking, and remediation suggestions. Use when user needs to verify colors meet accessibility standards.
Generate, analyze, compare, export, and suggest color palettes using color theory. Use when user asks about colors, palettes, color schemes, or needs help choosing colors for a project.
Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
| namespace | aiwg |
| name | security-gate |
| platforms | ["all"] |
| description | Enforce minimum security criteria before iteration close or release |
| commandHint | {"argumentHint":"<docs/sdlc/artifacts/project> [--interactive] [--guidance \"text\"]","allowedTools":"Read, Write, Glob, Grep","model":"opus","category":"security-quality","modelRole":"reasoning","modelTier":"premium","modelRationale":"The skill makes a release-blocking security decision."} |
security-gate-report.md with pass/fail and remediation tasks (structured artifact for downstream agents).aiwg/security/audit.md (the human-readable rolling audit log — see schema below).aiwg/security/audit.md is the single append-only rollup of security activity in this project. Humans read it first; downstream agents continue to consume the structured per-area artifacts. Both views are maintained.
After running the gate, append a block in this exact format (create .aiwg/security/audit.md if it does not exist; create the .aiwg/security/ directory if missing):
---
## [YYYY-MM-DD HH:MM] security-gate — <gate name or scope>
**Source:** security-gate
**Scope:** <artifact path or release identifier under review>
**Verdict:** <pass | fail | conditional>
### Findings rolled up
- **[severity] location** — description. Confirmation quote: `<source snippet>`. Remediation: <action>.
- ...
### References
- Structured artifact: `security-gate-report.md`
- Related: <issue or commit reference if applicable>
The same schema is used by security-auditor for its findings. Do not rewrite or truncate prior entries — append only.
After appending, log an audit entry to .aiwg/activity.log per the activity-log rule.
.aiwg/security/audit.md