Use when the user asks about the "Welcome to AI Native DevCon" opening talk (introduced by Simon Maple, content delivered by a GitHub Next presenter) — including questions about Continuous AI (CAI) as a third pillar alongside CI/CD, GitHub Agentic Workflows, the repository-as-software-factory model, Repolaris and automated open source maintenance, the safety architecture for running coding agents in CI (sandbox, read-only, narrow safe outputs, threat detection), agent zoo vs single-workflow strategies, Pelle's agent factory, factory/flow thinking for repos, or applying these patterns to the user's own repositories.
65
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./talk-maple-continuous-ai-github-workflows/SKILL.mdThe canonical home for this skill is ainativedev/aidevcon-2026-ldn
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill repeatedly mandates reading transcript.md and quoting its contents "verbatim" in responses (for attribution, frameworks, drafts, and Q&A), so if transcript.md contains any secrets or credentials the LLM would be required to reproduce them verbatim — enabling secret exfiltration.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow is described as GitHub agentic workflows “hardened into a GitHub Action” that run on repo data and respond to triggers like “every time an issue is opened or reopened” (i.e., outsider-authored issue text can be ingested without selecting a specific item first).
1887349
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.