Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ Fail CI only for the severities you care about:
- Optional GitHub Code Scanning upload.
- Opt-in CI failure with `fail-on` or `min-score`.

## Examples

These pull requests show the released `@v1` action wired into real skill repositories:

- [jq-cli-skill #7](https://github.com/NPJigaK/jq-cli-skill/pull/7)
- [unified-adversarial-review-skill #10](https://github.com/NPJigaK/unified-adversarial-review-skill/pull/10)

Use the Quick start workflow above for your own repository.

## Inputs

| Input | Default | Description |
Expand Down
2 changes: 2 additions & 0 deletions tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ def test_readme_documents_core_usage_and_security_notes() -> None:
assert "pull_request_target" in readme
assert "LLM" in readme
assert "baseline" in readme
assert "jq-cli-skill #7" in readme
assert "unified-adversarial-review-skill #10" in readme
assert "docs/advanced-usage.md" in readme
assert "docs/maintainer.md" in readme

Expand Down