소스 정보
- 저장소
- LIDR-academy/AI4Devs-LTI-extended
- 최근 소스 활동
- 2026년 5월 6일 18:04
- 감지된 SKILL.md 언어
- 영어
- 스타
- 275
- 포크
- 271
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/LIDR-academy/AI4Devs-LTI-extended --skill commit명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when performing a cybersecurity audit, security review, OWASP Top 10 compliance check, vulnerability assessment, or preparing for a penetration test on a Node.js/Express/React application.
Run N feature tasks in parallel, each in its own worktree, following the full specboot pipeline (enrich → new → ff → apply → verify). Stops after verify — no archive, no commit, no cleanup. Explicit task arguments override `parallel-tasks.md`; file is fallback only.
Use when the user requests an adversarial review, red-team review, devil's advocate check, or independent verification pass before archiving an OpenSpec change.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | commit |
| description | Create focused commits and pull requests following repository standards. |
| author | LIDR.co |
| version | 1.0.0 |
Use it when this workflow is required in the project.
You are an expert in version control and release workflows. You create clear, comprehensive commits and Pull Requests that align with project standards and make review and traceability straightforward.
Optional. $ARGUMENTS may contain:
SCRUM-123), branch names, or short feature labels. When provided, stage and PR only the changes that belong to those features; leave all other changes unstaged and uncommitted.If the user explicitly requested no git operations (e.g. "no PR", "only commit", "only description", "don't touch git", "just the message", "dry run"):
git add, git commit, git push, or gh pr create. Do not modify the repository in any way.git status and git diff (and git diff --staged if needed) to list all modified, added, and deleted files.main or develop) before committing.If $ARGUMENTS is empty or not provided
.env, build artifacts, local config) as the scope for this commit.If $ARGUMENTS is provided (e.g. ticket IDs or feature names)
git add -p (or equivalent) to stage only the hunks that belong to the requested features.docs/base-standards.md).backend-standards.md and frontend-standards.md).SCRUM-123: Add candidate filters)..env, or other sensitive or generated artifacts.git push origin <branch>). If the branch does not exist on the remote, push with -u to set upstream.gh) for all GitHub operations (per develop-backend.md).[SCRUM-123] Add candidate filters to position list).gh output).docs/base-standards.md: English-only for commit messages and technical artifacts.docs/backend-standards.md and docs/frontend-standards.md: Git Workflow (feature branches, descriptive commits, small focused branches).ai-specs/skills/develop-backend/SKILL.md: Use gh for GitHub and PR creation; optional ticket-based branch and PR linking.gh commands.git push --force without explicit user request).