Table of Contents generated with DocToc

newcomer-issue-explainer config

Required by magpie-newcomer-issue-explainer. Copy this file into your <project-config>/ directory and fill in the values for your project before invoking the skill.

# Where contributors should ask follow-up questions.
# Must be an absolute URL or a clear route such as "reply on this issue".
# Placeholder values (containing angle brackets) are rejected at runtime.
questions_channel: <discussion-channel-url-or-description>

# Keywords in issue titles or bodies that trigger a security-sensitive decline.
# The defaults below cover common patterns; extend for your project.
out_of_scope_topics:
  - security
  - CVE
  - vulnerability
  - embargoed
  - authentication
  - authorization
  - privilege escalation

# Literal markdown appended verbatim to every drafted explanation.
# Must disclose AI authorship. Replace with your project's preferred wording.
ai_attribution_footer: |
  ---
  *This explanation was drafted by an AI assistant and reviewed by a
  maintainer before posting. Please ask if anything is unclear.*