create-issues-from-text — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-issues-from-text (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Split a complex assignment into multiple clear, structured issues.
Use the template defined in templates/issue-structure.md.
Use this when the assignment is a cross-cutting mix of requirements spanning multiple parts of the application (e.g. backend + frontend + mobile, or schema + API + UI). Instead of a flat list of peer issues, build a parent → children tree so the whole effort is trackable from one place.
EPIC label to the parent. Create the label once if the repository does not have it yet (gh label create EPIC --description "Tracks a cross-cutting effort split into sub-issues" --color 5319e7), then ignore the "already exists" outcome on subsequent runs.templates/issue-structure.md structure) scoped to a single area; do not bundle two areas into one sub-issue.Part of #<parent> so the relationship is visible from the child.- [ ] #<child> per sub-issue — under a ## Sub-issues heading, so the parent shows the full breakdown and progress.## Dependencies so a resolving run (e.g. daidalos) can pick a dependency-aware order — dependencies before dependents.EPIC-labelled parent URL plus the list of linked sub-issue URLs and the planned resolve order.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.