Generates professional interview titles and questions based on expert background and topic. Provides a structured workflow for interview preparation.
48
51%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/expert-interview-topics/SKILL.mdscripts/main.py plus 1 additional script(s).Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.See ## Usage above for related details.
cd "20260316/scientific-skills/Others/expert-interview-topics"
python -m py_compile scripts/main.py
python scripts/main.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/main.py with the validated inputs.scripts/main.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThis skill provides a professional workflow to generate interview titles and questions based on an expert's background and a discussion topic. It encapsulates the logic for title ideation, selection, and in-depth question formulation.
Note: This skill outputs the structured reasoning process and prompts, allowing users to execute the generation steps with their preferred Large Language Model (LLM).
Run the Python script in the scripts directory.
python scripts/main.py --topic "<topic>" --background "<expert_background>" [--file "<path_to_transcript>"]--topic: The main topic or direction of the interview.--background: Detailed background information of the expert (Name, Unit, Research direction, Achievements, etc.).--file (Optional): Path to an existing interview transcript file (txt, md, etc.).The script outputs three prompt templates corresponding to the workflow steps:
{generated_titles} to be filled with the result from Step 1.{selected_title} to be filled with the result from Step 2.python scripts/main.py --topic "AI in Healthcare" --background "Dr. Smith, Chief Scientist at HealthAI"expert_interview_topics_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/main.py --helpExpected output format:
Result file: expert_interview_topics_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.