feat: review Gustavo and Marcos submitted skills
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
const gustavo = '../submitted-skills/Gustavo%20Ruiz/skills/';
|
||||
const marcos = '../submitted-skills/Marcos%20Silva/';
|
||||
|
||||
export const newSubmissionFiles = {
|
||||
'gfiber-logging': [
|
||||
{ name:'SKILL.md', path:`${gustavo}gfiber-logging/SKILL.md`, kind:'skill' },
|
||||
{ name:'confluence-page-source.txt', path:`${gustavo}confluence-page-source.txt`, kind:'reference' },
|
||||
...['anti-patterns.md','audit.md','cases.md','levels.md'].map(name => ({ name:`references/${name}`, path:`${gustavo}gfiber-logging/references/${name}`, kind:'reference' }))
|
||||
],
|
||||
'confluence-page': [
|
||||
{ name:'SKILL.md', path:`${marcos}skills/confluence-page/SKILL.md`, kind:'skill' },
|
||||
...['attachments.md','macros.md','secrets.md','space-keys.md'].map(name => ({ name:`references/${name}`, path:`${marcos}skills/confluence-page/references/${name}`, kind:'reference' })),
|
||||
...['check-mcp-atlassian.sh','dry-run-publish.sh','new-page.sh'].map(name => ({ name:`scripts/${name}`, path:`${marcos}scripts/${name}`, kind:'script' })),
|
||||
...['how-to.md','hub-page.md','postmortem.md','rfc.md'].map(name => ({ name:`templates/${name}`, path:`${marcos}templates/${name}`, kind:'template' })),
|
||||
{ name:'README.md', path:`${marcos}README.md`, kind:'reference' }
|
||||
],
|
||||
'diagram-plantuml': [
|
||||
{ name:'SKILL.md', path:`${marcos}skills/diagram-plantuml/SKILL.md`, kind:'skill' },
|
||||
...['diagram-types.md','troubleshooting.md'].map(name => ({ name:`references/${name}`, path:`${marcos}skills/diagram-plantuml/references/${name}`, kind:'reference' }))
|
||||
],
|
||||
'page-reviewer': [
|
||||
{ name:'SKILL.md', path:`${marcos}skills/page-reviewer/SKILL.md`, kind:'skill' },
|
||||
{ name:'references/checks.md', path:`${marcos}skills/page-reviewer/references/checks.md`, kind:'reference' }
|
||||
],
|
||||
'unslop': [
|
||||
{ name:'SKILL.md', path:`${marcos}skills/unslop/SKILL.md`, kind:'skill' },
|
||||
...['house-style.md','tells.md'].map(name => ({ name:`references/${name}`, path:`${marcos}skills/unslop/references/${name}`, kind:'reference' }))
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user