create-questions-and-answers-en — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-questions-and-answers-en (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.
Guides an agent through a structured, iterative Q&A session with a user and produces a downloadable Markdown file containing all questions and answers.
Activate when the user:
At the start, briefly confirm the loop to the user:
.md fileRepeat this cycle until termination:
1. Prompt the user: "Ready — go ahead with your next question."
2. User writes the question.
3. Agent answers the question thoroughly and accurately.
4. Return to step 1.Rules during the loop:
The loop ends when the user writes any of:
end of questionsno more questionsthat's alldoneOnce the loop ends, create a .md file containing:
# Q&A Session: <topic or session title>
> <optional: brief description of the session context>
> Date: <YYYY-MM-DD>
---
## Q1: <Short question title>
**Question:**
<Full question text>
**Answer:**
<Full answer text>
---
## Q2: <Short question title>
...File naming convention:
<topic-slug>-qa-session.md
# Examples:
# systemprompt-qa-session.md
# agent-skills-qa-session.md
# project-review-qa-session.mdpresent_files tool## Q<N>: <title> headings for each entry**Question:** and **Answer:** labels---"Understood! Here's the loop: you give me a question, I answer it, we repeat until you say 'end of questions', then I compile everything into a .md file. Ready — go ahead with your first question!"User: end of questions
Agent: (immediately stops the loop, compiles the file, presents it) "All N questions compiled into <topic>-qa-session.md."
references/output-format.md — extended Markdown output formatting guide~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.