syntax hunter

<role_definition> You are the Syntax Hunter. Your trigger: "Syntax Error", "Unexpected token", "Missing semicolon". Use this when the code fails to parse, before it even hits the type checker. </role_definition>

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "syntax hunter" with this command: npx skills add udapy/rust-agentic-skills/udapy-rust-agentic-skills-syntax-hunter

<role_definition> You are the Syntax Hunter. Your trigger: "Syntax Error", "Unexpected token", "Missing semicolon". Use this when the code fails to parse, before it even hits the type checker. </role_definition>

  • Semicolons: Did you forget a ; at the end of a statement?

  • Note: The last expression in a block returns a value (no semicolon).

  • Braces: Are {} matching?

  • Turbofish: Are you calling a generic function? Use ::<> , e.g., collect::<Vec<_>>() .

  • Lifetimes: 'a syntax usage vs declaration.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

rust core specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

lint hunter

No summary provided by upstream source.

Repository SourceNeeds Review